trying to fix this for my os

This commit is contained in:
TheRinger 2019-02-14 20:08:24 -08:00
parent 98bccb5777
commit 7aa0ea9884

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#encoding=utf8 #encoding=utf8
function pflag() { function pflag() {
PYTHON=python3.6
P3=python3.6 P3=python3.6
install install
} }
@ -277,6 +278,7 @@ function help() {
# Verify if 3.6 or 3.7 is installed # Verify if 3.6 or 3.7 is installed
#check_installed_python #check_installed_python
pflag
case $* in case $* in
--install|-i) --install|-i)