"vscode:/vscode.git/clone" did not exist on "dd133d39bce06469292311a4accf0ae79dcb45fa"
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 # Test supported wheels script
PYTHON_EXE=${PYTHON_EXE:-python} PYTHON_EXE=${PYTHON_EXE:-python}
if [ -z "$PIP_CMD" ]; then if [ -z "$PIP_CMD" ]; then
pip_install="$PYTHON_EXE -m pip install --user" pip_install="$PYTHON_EXE -m pip install"
else else
pip_install="$PIP_CMD install" pip_install="$PIP_CMD install"
fi 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