From 7aa0ea988459422a454dd39fa1c5862b76b356ef Mon Sep 17 00:00:00 2001 From: TheRinger Date: Thu, 14 Feb 2019 20:08:24 -0800 Subject: [PATCH] trying to fix this for my os --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 71301da2b..d033ab765 100755 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash #encoding=utf8 function pflag() { +PYTHON=python3.6 P3=python3.6 install } @@ -277,6 +278,7 @@ function help() { # Verify if 3.6 or 3.7 is installed #check_installed_python +pflag case $* in --install|-i)