Commit e8f39e7c authored by Matthew Brett's avatar Matthew Brett
Browse files

Revert "Debug print for Python 2.6 delocate install issue"

This reverts commit 4e3515d8.
parent 4e3515d8
...@@ -293,7 +293,6 @@ function get_macpython_environment { ...@@ -293,7 +293,6 @@ function get_macpython_environment {
function repair_wheelhouse { function repair_wheelhouse {
local wheelhouse=$1 local wheelhouse=$1
check_pip check_pip
echo "pip cmd is $PIP_CMD"
$PIP_CMD install delocate $PIP_CMD install delocate
delocate-listdeps $wheelhouse/*.whl # lists library dependencies delocate-listdeps $wheelhouse/*.whl # lists library dependencies
# repair_wheelhouse can take more than 10 minutes without generating output # repair_wheelhouse can take more than 10 minutes without generating output
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment