Commit 4f37df2a authored by xoviat's avatar xoviat
Browse files

Update osx_utils.sh

parent 842f089c
......@@ -242,12 +242,9 @@ function make_workon_venv {
fi
venv_dir=`abspath $venv_dir`
check_python
$VIRTUALENV_CMD --python=$PYTHON_EXE $venv_dir
$PYTHON_EXE -m virtualenv $venv_dir
PYTHON_EXE=$venv_dir/bin/python
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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment