On 7 January 2015 at 00:12, Antoine Pitrou <solip...@pitrou.net> wrote: > On Tue, 6 Jan 2015 23:56:30 +1000 > Nick Coghlan <ncogh...@gmail.com> wrote: >> "pip" is problematic on Linux as well (due to the pip/pip3 split at >> the system level). Hence this section in the stdlib docs: >> https://docs.python.org/3/installing/#work-with-multiple-versions-of-python-installed-in-parallel > > Why doesn't it recommend "pip3.4", etc. instead? Am I missing something > about it?
Those assume a pip-binary-per-Python-implementation model which isn't a valid assumption once Jython, PyPy, etc come into consideration. Indirecting through the Python implementation name helps ensure compatibility with a wider range of scenarios. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com