This commit is contained in:
hjelev
2022-03-20 20:59:27 +02:00
parent 72680db0d7
commit 2811bb8394

View File

@@ -34,7 +34,7 @@ check_and_install_pip(){
pip=$(${python} -m pip --version 2>&1);
if [[ "$pip" == *"No"* ]]; then
echo "- Pip is not installed, installing it."
sudo apt install $python-pip
sudo apt install $pip
else
print_green "+ Found $pip"
fi