mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
debugging
This commit is contained in:
@@ -215,6 +215,12 @@ hash -r
|
||||
source $BIN_DIR/steps/pylibmc
|
||||
# bpwatch stop pylibmc_install
|
||||
|
||||
|
||||
# DEBUGGING
|
||||
which python
|
||||
which pip
|
||||
python --version
|
||||
|
||||
# Install Mercurial if it appears to be required.
|
||||
if (grep -Fiq "hg+" requirements.txt) then
|
||||
# bpwatch start mercurial_install
|
||||
|
||||
Reference in New Issue
Block a user