pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Fix get-pip.py URLs for older versions of Python #403

Closed jivanf closed 3 years ago

jivanf commented 3 years ago

This PR updates the get-pip.py URL for Python 2.6 and adds the URL for Python 2.7.

kosz85 commented 3 years ago

This is quite critical fix for setup of older python vrtualenvs. I hope someone will approve it soon.

kosz85 commented 3 years ago

This resolves #376