Install with python3.6 on ubuntu

This commit is contained in:
2019-05-06 20:58:13 +02:00
parent 5958eeee2d
commit d2a13b6735

7
install3 Executable file
View File

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