mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
dev-release.sh: Update setuptools/pip
This commit is contained in:
@@ -74,9 +74,10 @@ python -m SimpleHTTPServer $PORT &
|
||||
# installed from local PyPI rather than current directory (repo root)
|
||||
virtualenv --no-site-packages ../venv
|
||||
. ../venv/bin/activate
|
||||
# Now, use our local PyPI. --pre allows installation of pre-release (incl. dev)
|
||||
pip install -U setuptools
|
||||
pip install -U pip
|
||||
# Now, use our local PyPI
|
||||
pip install \
|
||||
--pre \
|
||||
--extra-index-url http://localhost:$PORT \
|
||||
letsencrypt $SUBPKGS
|
||||
# stop local PyPI
|
||||
|
||||
Reference in New Issue
Block a user