Pip in python3 missing ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pip in python3 missing ?

I also installed python 3 in my MacBook m1 and I found pip is missing and I try all the method which is given in YouTube but unfortunately I cannot fix that so anyone helps me for fixing this pip issues .

21st Sep 2021, 2:07 PM
shekhar kumar sah
shekhar kumar sah - avatar
1 Answer
+ 1
First Step: Download pip directly=> curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Second Step: Now execute the downloaded file using the command=> python3 get-pip.py Be patient as it downloads all the prerequisites needed for pip to be fully functioning. Once it's done complete, continue to the final step Third Step: Verification of the installation process: Write the following command on the terminal to confrm its installed=> pip3 --version
21st Sep 2021, 2:21 PM
Mark Musyoka Muema
Mark Musyoka Muema - avatar