navigator
Alexander Serowy 3 years ago
parent 8996ff7f59
commit 43b1289a82

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

Loading…
Cancel
Save