From 9fe74c6643a5643ca65c0cc859db9149bbe47ea3 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 2 May 2011 12:29:52 -0400 Subject: initial commit --- env.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 env.sh (limited to 'env.sh') diff --git a/env.sh b/env.sh new file mode 100644 index 0000000..b04202d --- /dev/null +++ b/env.sh @@ -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 -- cgit