mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
fix comment
This commit is contained in:
parent
9ebf530dc4
commit
17a09eac6b
1 changed files with 4 additions and 3 deletions
|
|
@ -28,9 +28,10 @@ virtualenv --no-site-packages $tmpvenv
|
|||
# update setuptools/pip just like in other places in the repo
|
||||
pip install -U setuptools
|
||||
pip install -U pip # latest pip => no --pre for dev releases
|
||||
pip install -U wheel # setup.py bdist_wheel newer versions of
|
||||
# virtualenv inherit setuptools/pip/wheel versions from current env
|
||||
# when creating a child env
|
||||
pip install -U wheel # setup.py bdist_wheel
|
||||
|
||||
# newer versions of virtualenv inherit setuptools/pip/wheel versions
|
||||
# from current env when creating a child env
|
||||
pip install -U virtualenv
|
||||
|
||||
root="$(mktemp -d -t le.$version.XXX)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue