Commit 5a91aaa4 authored by Andrew Murray's avatar Andrew Murray
Browse files

Use $PIP_CMD instead of "pip"

parent 9ca13a1c
......@@ -8,7 +8,7 @@ echo "virtualenv cmd: $VIRTUALENV_CMD"
# Check that a pip install puts scripts on path
# (Need setuptools >= 25.0.1 for delocate install).
pip install "setuptools>=25"
$PIP_CMD install "setuptools>=25"
install_delocate
delocate-listdeps --version || ingest "Delocate not installed right"
......
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