We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a44c9 commit f98a1d4Copy full SHA for f98a1d4
install.sh
@@ -45,7 +45,7 @@ if [ $choice == 1 ] || [ $choice == 2 ]; then
45
echo -e ${BLUE}"[✔] Loading ... "
46
if [ $choice == 1 ]; then
47
sudo apt-get update && apt-get upgrade
48
- sudo apt-get install python-pip
+ sudo apt-get install python3-pip
49
elif [ $choice == 2 ]; then # added arch linux support because of feature request #231
50
sudo pacman -Suy
51
sudo pacman -S python-pip
0 commit comments