On 14/01/2015 7:33 PM, Albert-Jan Roskam wrote:
You say "Python 2.7.9 and 3.x comes with an easy way to install pip. Run python -m ensurepip and pypi is at your service." . But here https://docs.python.org/3/library/ensurepip.html it says that "This module does not access the internet. All of the components needed to bootstrap pip are included as internal parts of the package." So pypi is not involved, right?
The original comment doesn't mean that PyPI is involved in the installation, but that installing it allows for packages to be installed via PyPI. Obviously that isn't true if you're not net-enabled, but pip can still handy for installing local packages.
-- https://mail.python.org/mailman/listinfo/python-list