archlinux.sh
1 #!/bin/sh 2 3 # "python-virtualenv" is Python3, but "python2-virtualenv" provides 4 # only "virtualenv2" binary, not "virtualenv" necessary in 5 # ./bootstrap/dev/_common_venv.sh 6 pacman -S --needed \ 7 git \ 8 python2 \ 9 python-virtualenv \ 10 gcc \ 11 dialog \ 12 augeas \ 13 openssl \ 14 libffi \ 15 ca-certificates \