update
This commit is contained in:
@@ -34,7 +34,7 @@ check_and_install_pip(){
|
|||||||
pip=$(${python} -m pip --version 2>&1);
|
pip=$(${python} -m pip --version 2>&1);
|
||||||
if [[ "$pip" == *"No"* ]]; then
|
if [[ "$pip" == *"No"* ]]; then
|
||||||
echo "- Pip is not installed, installing it."
|
echo "- Pip is not installed, installing it."
|
||||||
sudo apt install $python-pip
|
sudo apt install $pip
|
||||||
else
|
else
|
||||||
print_green "+ Found $pip"
|
print_green "+ Found $pip"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user