From 16d7c3a24a9cfa60dde1fdfd2ee3300f8e598352 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sat, 7 Dec 2019 22:22:57 -0500 Subject: [PATCH] Commented out 3.7 in create-venv --- create-venv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-venv.sh b/create-venv.sh index ef08179c..1731f900 100755 --- a/create-venv.sh +++ b/create-venv.sh @@ -112,8 +112,8 @@ fi if [[ ! -z "$(which python3.8)" ]]; then PYTHON='python3.8' -# elif [[ ! -z "$(which python3.7)" ]]; then -# PYTHON='python3.7' +elif [[ ! -z "$(which python3.7)" ]]; then + PYTHON='python3.7' elif [[ ! -z "$(which python3.6)" ]]; then PYTHON='python3.6' else