mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 15:33:51 -05:00
Skip installing setuptools explicitly with using ez_setup.py (yyuu/pyenv#381)
It will be done by `get-pip.py` and we don't have to do anything explicitly.
This commit is contained in:
12
README.md
12
README.md
@@ -146,12 +146,12 @@ You can set certain environment variables to control pyenv-virtualenv.
|
||||
* `VIRTUALENV_VERSION`, if set, forces pyenv-virtualenv to install the desired
|
||||
version of virtualenv. If `virtualenv` has not been installed,
|
||||
pyenv-virtualenv will try to install the given version of virtualenv.
|
||||
* `EZ_SETUP` and `GET_PIP`, if set and `pyvenv` is preferred over `virtualenv`,
|
||||
use `ez_setup.py` and `get_pip.py` from the specified location.
|
||||
* `EZ_SETUP_URL` and `GET_PIP_URL`, if set and `pyvenv` is preferred over
|
||||
`virtualenv`, download `ez_setup.py` and `get_pip.py` from the specified URL.
|
||||
* `SETUPTOOLS_VERSION` and `PIP_VERSION`, if set and `pyvenv` is preferred
|
||||
over `virtualenv`, install the specified version of setuptools and pip.
|
||||
* `GET_PIP`, if set and `pyvenv` is preferred over `virtualenv`,
|
||||
use `get_pip.py` from the specified location.
|
||||
* `GET_PIP_URL`, if set and `pyvenv` is preferred over
|
||||
`virtualenv`, download `get_pip.py` from the specified URL.
|
||||
* `PIP_VERSION`, if set and `pyvenv` is preferred
|
||||
over `virtualenv`, install the specified version of pip.
|
||||
|
||||
|
||||
## Version History
|
||||
|
||||
Reference in New Issue
Block a user