From 97e62c3a358cfd639f889497cde9c4ef5355468b Mon Sep 17 00:00:00 2001 From: Sudip Bhandari Date: Wed, 19 Aug 2020 18:16:17 +0530 Subject: [PATCH] recommended python3.6.9 (compatibility issues with newer python versions) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9439ba25..ac32bb6f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ in AWS. ```sh curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | python get-pip.py ``` +- It's recommended that you use python3.6. (compatibility issues with newer python versions)You can do so easily using pyenv +``` +brew install pyenv +pyenv install 3.6.9 +pyenv pyenv global 3.6.9 +``` + +- PATH changes +``` +export PATH="$HOME/.pyenv/bin:$PATH" +eval "$(pyenv init -)" +``` ### 2. Download and Install cloudlift