fixed
This commit is contained in:
parent
8996ff7f59
commit
43b1289a82
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue