From d2a13b67350f4c04dd6933fa5b4667930a68ba7d Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 6 May 2019 20:58:13 +0200 Subject: [PATCH] Install with python3.6 on ubuntu --- install3 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install3 diff --git a/install3 b/install3 new file mode 100755 index 0000000..edfec71 --- /dev/null +++ b/install3 @@ -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