This commit is contained in:
Alexander Serowy 2021-04-01 13:57:15 +02:00
parent 8996ff7f59
commit 43b1289a82
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ install_node_deps () {
} }
install_python_deps () { install_python_deps () {
if [[ -z $(which pip) && $(which pip3) ]]; then if [[ -z $(which pip) && -z $(which pip3) ]]; then
echo "python/pip not installed" echo "python/pip not installed"
return return
fi fi