"openmmapi/vscode:/vscode.git/clone" did not exist on "dabc225ea66734632b9955286de34ad5d99d05d6"
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