We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e247704 commit 4a856ffCopy full SHA for 4a856ff
bin/steps/python
@@ -16,7 +16,7 @@ fi
16
if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
17
bpwatch start uninstall_python
18
puts-step "Stack changed, re-installing runtime"
19
- rm -fr .heroku/python
+ rm -fr .heroku/python .heroku/python-stack .heroku/vendor
20
unset SKIP_INSTALL
21
bpwatch stop uninstall_python
22
fi
0 commit comments