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
fba60d9c
Commit
fba60d9c
authored
Dec 30, 2016
by
Matthew Brett
Browse files
Install certificates with Python 3.6
See:
http://bugs.python.org/issue29065#msg283984
parent
7a6fcf66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
osx_utils.sh
osx_utils.sh
+5
-0
No files found.
osx_utils.sh
View file @
fba60d9c
...
@@ -140,6 +140,11 @@ function install_macpython {
...
@@ -140,6 +140,11 @@ function install_macpython {
sudo
installer
-pkg
$inst_path
-target
/
sudo
installer
-pkg
$inst_path
-target
/
local
py_mm
=
${
py_version
:0:3
}
local
py_mm
=
${
py_version
:0:3
}
PYTHON_EXE
=
$MACPYTHON_PY_PREFIX
/
$py_mm
/bin/python
$py_mm
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"
if
[
-e
"
$inst_cmd
"
]
;
then
sh
"
$inst_cmd
"
fi
}
}
function
install_pip
{
function
install_pip
{
...
...
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