Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
5a91aaa4
Commit
5a91aaa4
authored
May 18, 2021
by
Andrew Murray
Browse files
Use $PIP_CMD instead of "pip"
parent
9ca13a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_python_install.sh
tests/test_python_install.sh
+1
-1
No files found.
tests/test_python_install.sh
View file @
5a91aaa4
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment