On Thu, May 25, 2017 at 11:11 PM, Deborah Swanson <[email protected]> wrote: > Unfortunately I deleted that message and now I no longer have a pip
You still have ensurepip to be able to install and upgrade pip:
python -m ensurepip --verbose --default-pip
python -m pip install --upgrade pip
Or use get-pip.py:
https://pip.pypa.io/en/stable/installing
--
https://mail.python.org/mailman/listinfo/python-list
