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 .
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