mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
relative?
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ cd python
|
||||
mv */* .
|
||||
|
||||
mkdir -p /app/.vendor/python
|
||||
./configure --prefix=/app/.vendor/python
|
||||
./configure --prefix=./.vendor/python
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user