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
4636d261
Commit
4636d261
authored
May 22, 2017
by
Matthew Brett
Browse files
Try bypassing SSL for pip2.6 installs
parent
4523f8b5
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 @
4636d261
...
@@ -210,7 +210,7 @@ function install_pip {
...
@@ -210,7 +210,7 @@ function install_pip {
# Travis VMS now install pip for system python by default - force install
# Travis VMS now install pip for system python by default - force install
# even if installed already.
# even if installed already.
sudo
$PYTHON_EXE
$DOWNLOADS_SDIR
/get-pip.py
--ignore-installed
$pip_args
sudo
$PYTHON_EXE
$DOWNLOADS_SDIR
/get-pip.py
--ignore-installed
$pip_args
PIP_CMD
=
"sudo
`
dirname
$PYTHON_EXE
`
/pip
$py_mm
"
PIP_CMD
=
"sudo
`
dirname
$PYTHON_EXE
`
/pip
$py_mm
$pip_args
"
}
}
function
install_virtualenv
{
function
install_virtualenv
{
...
...
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