Revert "Use --force-reinstall to fix bad virtualenv package"

This commit is contained in:
bmw
2016-06-02 16:42:55 -07:00
parent b9ce09419f
commit 6a0c6c85fb
+1 -2
View File
@@ -18,8 +18,7 @@ virtualenv --no-site-packages $VENV_NAME $VENV_ARGS
# Separately install setuptools and pip to make sure following
# invocations use latest
pip install -U setuptools
# --force-reinstall used to fix broken pip installation on some systems
pip install --force-reinstall -U pip
pip install -U pip
pip install "$@"
set +x