trying to fix this for my os
This commit is contained in:
parent
98bccb5777
commit
7aa0ea9884
2
setup.sh
2
setup.sh
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user