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
3794ff52
Commit
3794ff52
authored
Dec 21, 2020
by
Andrew Murray
Browse files
Updated bin name for PyPy >= 7.3.2
parent
70c8d128
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
tests/test_python_install.sh
tests/test_python_install.sh
+5
-1
No files found.
tests/test_python_install.sh
View file @
3794ff52
...
...
@@ -57,7 +57,11 @@ else # not virtualenv
bin_name
=
"python
$python_mm
"
else
macpie_bin
=
"
$PWD
/pypy
$python_mm
-v
$implementer_version
-osx64/bin"
bin_name
=
"pypy"
if
[
"
$(
lex_ver
$implementer_version
)
"
-ge
"
$(
lex_ver 7.3.2
)
"
]
;
then
bin_name
=
"pypy3"
else
bin_name
=
"pypy"
fi
fi
if
[
"
$PYTHON_EXE
"
!=
"
$macpie_bin
/
$bin_name
"
]
;
then
ingest
"Wrong macpython python cmd '
$PYTHON_EXE
'"
...
...
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