mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Use distribute.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ for dir in $VIRTUALENV_DIRS; do
|
||||
done
|
||||
|
||||
echo "-----> Preparing virtualenv version $(virtualenv --version)"
|
||||
virtualenv --no-site-packages . | indent
|
||||
virtualenv --no-site-packages --distribute . | indent
|
||||
|
||||
# if Django, append settings
|
||||
if [ "$NAME" = "Python/Django" ]; then
|
||||
|
||||
Reference in New Issue
Block a user