We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9d4d5 commit 424b82dCopy full SHA for 424b82d
1 file changed
bin/compile
@@ -202,7 +202,7 @@ puts-step "Installing dependencies using Pip ($PIP_VERSION)"
202
[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install
203
[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first
204
205
-$BUILDPACK_PYTHON_HOME/bin/pip install --use-mirrors -r requirements.txt --exists-action=w --src=./$PAASPROVIDER_DIR/src | cleanup | indent
+$BUILDPACK_PYTHON_HOME/bin/pip install --use-mirrors -r requirements.txt --exists-action=w --src=./$PAASPROVIDER_DIR/src | indent
206
207
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
208
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
0 commit comments