mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
dont byte-compile *.py
This commit is contained in:
@@ -33,9 +33,6 @@ done
|
||||
echo "-----> Preparing virtualenv version $(virtualenv --version)"
|
||||
virtualenv --no-site-packages . | indent
|
||||
|
||||
#echo "-----> Byte-compiling code"
|
||||
find . -name "*.py" | xargs bin/python -m py_compile
|
||||
|
||||
# if Django, append settings
|
||||
if [ "$NAME" = "Python/Django" ]; then
|
||||
echo "-----> Django settings injection"
|
||||
|
||||
Reference in New Issue
Block a user