mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
test
This commit is contained in:
+5
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user