Silly question about pip

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Sep 8 14:16:37 EDT 2015


On 8-9-2015 17:54, wxjmfauth at gmail.com wrote:
> win7 / py433
> 
> How to downgrade from the latest pip (7.1.2) to
> the previous one?
> I'm sorry, I do not remember the numerous msgs
> I saw when updating. (Yesterday)
> 
> (I'm serious)
> 
> Now, what?
> 

I think:

$ pip install --upgrade pip==7.0.0


would do the trick, where you substitute the required version number for 7.0.0.


Irmen




More information about the Python-list mailing list