fixed paste bug
This commit is contained in:
@@ -68,10 +68,6 @@ install_python_deps () {
|
|||||||
echo "python/pip not installed"
|
echo "python/pip not installed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
sudo python3 -m pip install $@ ]]; then
|
|
||||||
echo "python/pip not installed"
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
sudo python3 -m pip install $@
|
sudo python3 -m pip install $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user