Answer the question
In order to leave comments, you need to log in
How to install pip specific version?
during installation, the command
sudo apt-get install python3-pip
puts the latest version of pip. I also need to install version 19.3.1, I can’t figure out how to do it
Answer the question
In order to leave comments, you need to log in
Ok google, apt-get install version
sudo apt-get install <package name>=<version>
If that doesn't help, you can try reinstalling pip via pip itself. Something in the spirit
python -m pip install --force-reinstall pip==19.3.1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question