diff options
Diffstat (limited to 'env.sh')
-rw-r--r-- | env.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +THIS=$(dirname ${BASH_ARGV[0]}) +LECRUNCH=$(cd ${THIS}; pwd) +export LECRUNCH + +# add lecrunch to $PATH and $PYTHONPATH +export PATH=$LECRUNCH:$PATH +export PYTHONPATH=$LECRUNCH:$PYTHONPATH
\ No newline at end of file |