From 20e78d8ffabf2df83aad20eff7517e2ab0defd4a Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 7 May 2013 22:51:25 +0900 Subject: [PATCH] update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f83536..4fdc0c1 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,18 @@ virtualenv. For example, virtualenvs will be created into a directory of the same name under `~/.pyenv/versions`. +### Special environment variables + +You can set certain environment variables to control the pyenv-virtualenv. + +* `PYENV_VIRTUALENV_CACHE_PATH`, if set, specifies a directory to use for + caching downloaded package files. +* `PYENV_VIRTUALENV_SCRIPT_PATH`, if set, specified a directory to use for + storing virtualenv scripts. +* `VIRTUALENV_VERSION`, if set, forces pyenv-virtualenv to use desired + version of virtualenv. If the version has not been installed, + pyenv-virtualenv will try to download it. + ## Version History @@ -44,7 +56,7 @@ under `~/.pyenv/versions`. * Remove `python-virtualenv` which was no longer used. * Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`) - * Download `virtualenv.py` if specified version has not been installed. + * Download `virtualenv.py` if desired version has not been installed. #### 20130507