This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:17:31 +01:00

View File

@@ -1,4 +1,5 @@
#/bin/bash #/bin/bash
sudo apt-get install python-virtualenv
if [ ! -d ".env_ansible" ]; then if [ ! -d ".env_ansible" ]; then
virtualenv3 .env_ansible virtualenv3 .env_ansible
fi fi