From 1afd8b43092d27a8647ce15337aa0268c01d86b9 Mon Sep 17 00:00:00 2001 From: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Mon, 20 Apr 2020 19:20:14 +0100 Subject: [PATCH 1/3] Update inventory --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index 3b325d543b..eda8f66f1e 100644 --- a/installer/inventory +++ b/installer/inventory @@ -1,4 +1,4 @@ -localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python" +localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3 [all:vars] From e42915d4cf773a17ff6b89cdc205f37c9fa78aeb Mon Sep 17 00:00:00 2001 From: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue, 21 Apr 2020 12:40:56 +0100 Subject: [PATCH 2/3] updated to include py3 amended to be "/usr/bin/env python3" as suggested --- installer/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/inventory b/installer/inventory index eda8f66f1e..00a0cb4fad 100644 --- a/installer/inventory +++ b/installer/inventory @@ -1,4 +1,4 @@ -localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3 +localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3" [all:vars] From e428aeb97e92cb974210d23a6cd4eefdd2e94706 Mon Sep 17 00:00:00 2001 From: shaynecm <63633614+shaynecm@users.noreply.github.com> Date: Tue, 21 Apr 2020 12:43:19 +0100 Subject: [PATCH 3/3] pre-req's updated added Python 3.6+ to bring inline with the inventory change --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 57cbfbd2d0..51e014de05 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -73,6 +73,7 @@ Before you can run a deployment, you'll need the following installed in your loc - [Git](https://git-scm.com/) Requires Version 1.8.4+ - [Node 10.x LTS version](https://nodejs.org/en/download/) - [NPM 6.x LTS](https://docs.npmjs.com/) +- Python 3.6+ ### System Requirements