mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 15:26:23 -04:00
I should have used custom GET_PIP_URL for 3.3
This commit is contained in:
parent
6a3172ff47
commit
0b24ff557e
|
|
@ -63,7 +63,7 @@ OUT
|
|||
assert_success
|
||||
assert_output <<OUT
|
||||
PYENV_VERSION=3.3.6 python -m venv ${PYENV_ROOT}/versions/3.3.6/envs/venv
|
||||
Installing pip from https://bootstrap.pypa.io/get-pip.py...
|
||||
Installing pip from https://bootstrap.pypa.io/3.3/get-pip.py...
|
||||
PYENV_VERSION=3.3.6/envs/venv python -s ${TMP}/pyenv/cache/get-pip.py
|
||||
rehashed
|
||||
OUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue