mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
comments
This commit is contained in:
+1
-4
@@ -3,10 +3,7 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
# env
|
||||
# which python
|
||||
|
||||
# Testing.
|
||||
# Prepend proper path for virtualenv hackery. Will be deprecated soon.
|
||||
export PATH=:/usr/local/bin:$PATH
|
||||
|
||||
BIN_DIR=$(cd $(dirname $0); pwd) # absolute path
|
||||
|
||||
Reference in New Issue
Block a user