mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Merge pull request #3113 from certbot/revert-2936-dev-venv-fix
Revert "Use --force-reinstall to fix bad virtualenv package"
This commit is contained in:
@@ -18,8 +18,7 @@ virtualenv --no-site-packages $VENV_NAME $VENV_ARGS
|
|||||||
# Separately install setuptools and pip to make sure following
|
# Separately install setuptools and pip to make sure following
|
||||||
# invocations use latest
|
# invocations use latest
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
# --force-reinstall used to fix broken pip installation on some systems
|
pip install -U pip
|
||||||
pip install --force-reinstall -U pip
|
|
||||||
pip install "$@"
|
pip install "$@"
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Reference in New Issue
Block a user