mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
$BIN_DIR
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ done
|
||||
set +e
|
||||
|
||||
echo "-----> Preparing Python ($PYTHON_VERSION)"
|
||||
PYTHON_EXE=$(./python-build install $PYTHON_VERSION --quiet)
|
||||
PYTHON_EXE=$($BIN_DIR/python-build install $PYTHON_VERSION --quiet)
|
||||
|
||||
PYTHON_EXE=./python/vendor/python/bin/python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user