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
44d43ec1
"vscode:/vscode.git/clone" did not exist on "dd133d39bce06469292311a4accf0ae79dcb45fa"
Commit
44d43ec1
authored
May 09, 2021
by
Andrew Murray
Browse files
Do not install to user in virtualenv
parent
8526fc20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_supported_wheels.sh
tests/test_supported_wheels.sh
+1
-1
No files found.
tests/test_supported_wheels.sh
View file @
44d43ec1
# Test supported wheels script
# Test supported wheels script
PYTHON_EXE
=
${
PYTHON_EXE
:-
python
}
PYTHON_EXE
=
${
PYTHON_EXE
:-
python
}
if
[
-z
"
$PIP_CMD
"
]
;
then
if
[
-z
"
$PIP_CMD
"
]
;
then
pip_install
=
"
$PYTHON_EXE
-m pip install
--user
"
pip_install
=
"
$PYTHON_EXE
-m pip install"
else
else
pip_install
=
"
$PIP_CMD
install"
pip_install
=
"
$PIP_CMD
install"
fi
fi
...
...
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