-
-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Description
It seems around January 2021 the unversioned get-pip.py became incompatible with Python 2.7.
Installing pip from https://bootstrap.pypa.io/get-pip.py...
Traceback (most recent call last):
[...]
File "/tmp/tmpLaSVe5/pip.zip/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
error: failed to install pip via get-pip.py
To fix this I think the 2.7 URL, https://bootstrap.pypa.io/2.7/get-pip.py needs to be added in the area below, just as in pyenv PR pyenv/pyenv#1793 (commit pyenv/pyenv@189afa8).
pyenv-virtualenv/bin/pyenv-virtualenv
Line 482 in 294f64f
| GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py" |
jkbhagatio
Metadata
Metadata
Assignees
Labels
No labels