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
0bee3028
Commit
0bee3028
authored
Aug 13, 2021
by
Andrew Murray
Browse files
Python 3.10 has a 2 character minor version
parent
784e45f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
0bee3028
...
...
@@ -323,7 +323,7 @@ function install_mac_cpython {
inst_path
=
/Volumes/Python/Python.mpkg
fi
sudo
installer
-pkg
$inst_path
-target
/
local
py_mm
=
${
py_version
:0:3
}
local
py_mm
=
${
py_version
%.*
}
PYTHON_EXE
=
$MACPYTHON_PY_PREFIX
/
$py_mm
/bin/python
$py_mm
# Install certificates for Python 3.6
local
inst_cmd
=
"/Applications/Python
${
py_mm
}
/Install Certificates.command"
...
...
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