Commit 44d43ec1 authored by Andrew Murray's avatar Andrew Murray
Browse files

Do not install to user in virtualenv

parent 8526fc20
# Test supported wheels script
PYTHON_EXE=${PYTHON_EXE:-python}
if [ -z "$PIP_CMD" ]; then
pip_install="$PYTHON_EXE -m pip install --user"
pip_install="$PYTHON_EXE -m pip install"
else
pip_install="$PIP_CMD install"
fi
......
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