mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
Added another script to setup the environment prior to run a given executable
This commit is contained in:
parent
25f2244d49
commit
a1b3fa7290
1 changed files with 6 additions and 0 deletions
6
run_env.sh.in
Normal file
6
run_env.sh.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
PYTHONPATH=@PYTHONPATH@
|
||||
export PYTHONPATH
|
||||
|
||||
$@
|
Loading…
Add table
Add a link
Reference in a new issue