Update install to python3

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:05:27 +01:00
parent c6545ee984
commit 49236f3f1d

View File

@@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
if [ ! -d ".env_ansible" ]; then if [ ! -d ".env_ansible" ]; then
virtualenv .env_ansible virtualenv3 .env_ansible
fi fi
source .env_ansible/bin/activate source .env_ansible/bin/activate
pip install --upgrade pip pip3 install --upgrade pip
pip install ansible pip3 install --upgrade ansible