update
This commit is contained in:
@@ -10,7 +10,7 @@ welcome(){
|
||||
}
|
||||
|
||||
find_python(){
|
||||
if $(python --version); then
|
||||
if [[ $(python --version) ]]; then
|
||||
python=$(which python)
|
||||
pip="python-pip"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user