cancel
Showing results for 
Search instead for 
Did you mean: 
Datastoryteller
New Contributor II
since ‎04-17-2024
‎04-17-2024

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello all I would like to run a Python script on a Shared cluster: The Python script tries to do, under the hood, a call to `patchelf` utility, in order to set a r-path. Something along those lines:execute('patchelf',['--set-rpath', rpath, lib])The ...