[Python-Dev] pip enhancement (original) (raw)
Neal Becker ndbecker2 at gmail.com
Wed Aug 27 14:58:56 CEST 2014
- Previous message: [Python-Dev] Windows Unicode console support [Was: Bytes path support]
- Next message: [Python-Dev] pip enhancement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On systems where os-level packaging is available (e.g., fedora linux), it is not
unusual to want a newer python package installed than available from the vendor.
pip install --user can be used for this.
But then there is the danger that these pip installed packages are not maintained.
At least, pip should have the ability to alert the user to potential updates,
pip update
could list which packages need updating, and offer to perform the update. I think this would go a long way to helping with this problem.
-- -- Those who don't understand recursion are doomed to repeat it
- Previous message: [Python-Dev] Windows Unicode console support [Was: Bytes path support]
- Next message: [Python-Dev] pip enhancement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]