mirror of
https://github.com/certbot/certbot.git
synced 2026-04-15 22:20:28 -04:00
Merge pull request #6517 from certbot/whats_a_venv_common
Don't mention _venv_common.sh in certbot-auto.
This commit is contained in:
commit
a7f65eb5ac
2 changed files with 2 additions and 4 deletions
|
|
@ -593,8 +593,7 @@ BootstrapArchCommon() {
|
|||
# - ArchLinux (x86_64)
|
||||
#
|
||||
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
|
||||
# only "virtualenv2" binary, not "virtualenv" necessary in
|
||||
# ./tools/_venv_common.py
|
||||
# only "virtualenv2" binary, not "virtualenv".
|
||||
|
||||
deps="
|
||||
python2
|
||||
|
|
|
|||
|
|
@ -7,8 +7,7 @@ BootstrapArchCommon() {
|
|||
# - ArchLinux (x86_64)
|
||||
#
|
||||
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
|
||||
# only "virtualenv2" binary, not "virtualenv" necessary in
|
||||
# ./tools/_venv_common.py
|
||||
# only "virtualenv2" binary, not "virtualenv".
|
||||
|
||||
deps="
|
||||
python2
|
||||
|
|
|
|||
Loading…
Reference in a new issue