This commit is contained in:
hjelev
2022-03-20 22:40:46 +02:00
parent 070c2b629d
commit ac5d9927f2
2 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ welcome(){
}
find_python(){
if $(python --version); then
if [[ $(python --version) ]]; then
python=$(which python)
pip="python-pip"
else