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
9bc47051
Commit
9bc47051
authored
Jun 17, 2020
by
Andrew Murray
Browse files
Fixed expected pypy location
parent
a8ed293e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
tests/test_python_install.sh
tests/test_python_install.sh
+8
-2
No files found.
tests/test_python_install.sh
View file @
9bc47051
...
...
@@ -52,8 +52,14 @@ if [ -n "$VENV" ]; then # in virtualenv
ingest
"Wrong virtualenv pip '
$PIP_CMD
'"
fi
else
# not virtualenv
if
[[
$requested_impl
==
'cp'
]]
;
then
macpie_bin
=
"
$MACPYTHON_PY_PREFIX
/
$python_mm
/bin"
if
[
"
$PYTHON_EXE
"
!=
"
$macpie_bin
/python
$python_mm
"
]
;
then
bin_name
=
"python
$python_mm
"
else
macpie_bin
=
"
$PWD
/pypy
$python_mm
-v
$implementer_version
-osx64/bin"
bin_name
=
"pypy"
fi
if
[
"
$PYTHON_EXE
"
!=
"
$macpie_bin
/
$bin_name
"
]
;
then
ingest
"Wrong macpython python cmd '
$PYTHON_EXE
'"
fi
if
[
"
$PIP_CMD
"
!=
"sudo
$macpie_bin
/pip
${
python_mm
}${
expected_pip_args
}
"
]
;
then
...
...
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