"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "7f87c4463d2982908b592ac120912915fe688d75"
Commit 4e3515d8 authored by Matthew Brett's avatar Matthew Brett
Browse files

Debug print for Python 2.6 delocate install issue

parent d89110eb
...@@ -293,6 +293,7 @@ function get_macpython_environment { ...@@ -293,6 +293,7 @@ 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