This commit is contained in:
Kenneth Reitz
2012-01-18 20:43:59 -05:00
parent 118cc029fb
commit 639d1dc9cc
+5 -2
View File
@@ -3,8 +3,11 @@
set -eo pipefail
env
which python
# env
# which python
# Testing.
export PATH=:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
ROOT_DIR=$(dirname $BIN_DIR)