"platforms/vscode:/vscode.git/clone" did not exist on "f08a1cf8ee42ff42dae1d2d72c2a207805cd2df8"
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 {
function repair_wheelhouse {
local wheelhouse=$1
check_pip
echo "pip cmd is $PIP_CMD"
$PIP_CMD install delocate
delocate-listdeps $wheelhouse/*.whl # lists library dependencies
# 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