pip vs python -m pip?
Skip Montanaro
skip.montanaro at gmail.com
Fri Jun 21 12:10:23 EDT 2019
More information about the Python-list mailing list
Fri Jun 21 12:10:23 EDT 2019
- Previous message (by thread): pip vs python -m pip?
- Next message (by thread): pip vs python -m pip?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Malcolm> Running pip as a package (python -m pip) will force the use of the virtual env copy of pip. Running pip as an application vs package may use the system version of pip. I believe it is for just this reason that the recommended spelling these days is "python -m pip". Skip
- Previous message (by thread): pip vs python -m pip?
- Next message (by thread): pip vs python -m pip?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list