mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Archlinux bootstrap: python-virtualenv
This commit is contained in:
parent
eec5542cb3
commit
4cd5a8e42c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,8 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# "python-virtualenv" is Python3, but "python2-virtualenv" provides
|
||||
# only "virtualenv2" binary, not "virtualenv" necessary in
|
||||
# ./bootstrap/dev/_common_venv.sh
|
||||
pacman -S \
|
||||
git \
|
||||
python2 \
|
||||
python2-virtualenv \
|
||||
python-virtualenv \
|
||||
gcc \
|
||||
dialog \
|
||||
augeas \
|
||||
|
|
|
|||
Loading…
Reference in a new issue