mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Archlinux bootstrap: python-virtualenv
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user