added install python-virtualenv

This commit is contained in:
Pet
2018-02-09 16:48:59 +01:00
parent 2e70187e8c
commit 35554a4bf8

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
virtualenv .env_ansible virtualenv .env_ansible
fi fi