aboutsummaryrefslogtreecommitdiff
path: root/env.sh
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-05-02 12:29:52 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-05-02 12:29:52 -0400
commit9fe74c6643a5643ca65c0cc859db9149bbe47ea3 (patch)
treec3a08eb8702ae14c19b78ff3f350d71bde1e2322 /env.sh
downloadlecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.gz
lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.tar.bz2
lecrunch-9fe74c6643a5643ca65c0cc859db9149bbe47ea3.zip
initial commit
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh7
1 files changed, 7 insertions, 0 deletions
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