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
4f37df2a
Commit
4f37df2a
authored
Dec 28, 2017
by
xoviat
Browse files
Update osx_utils.sh
parent
842f089c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
osx_utils.sh
osx_utils.sh
+1
-4
No files found.
osx_utils.sh
View file @
4f37df2a
...
@@ -242,12 +242,9 @@ function make_workon_venv {
...
@@ -242,12 +242,9 @@ function make_workon_venv {
fi
fi
venv_dir
=
`
abspath
$venv_dir
`
venv_dir
=
`
abspath
$venv_dir
`
check_python
check_python
$
VIRTUALENV_CMD
--python
=
$PYTHON_EXE
$venv_dir
$
PYTHON_EXE
-m
virtualenv
$venv_dir
PYTHON_EXE
=
$venv_dir
/bin/python
PYTHON_EXE
=
$venv_dir
/bin/python
PIP_CMD
=
$venv_dir
/bin/pip
PIP_CMD
=
$venv_dir
/bin/pip
if
[
"
$(
get_py_mm
)
"
==
"2.6"
]
;
then
PIP_CMD
=
"
$PIP_CMD
--trusted-host=pypi.python.org"
fi
}
}
function
remove_travis_ve_pip
{
function
remove_travis_ve_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