v20130527

This commit is contained in:
Yamashita Yuu
2013-05-27 20:26:42 +09:00
parent bc433be75c
commit 695c2fd618
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ You can set certain environment variables to control the pyenv-virtualenv.
## Version History ## Version History
#### 2013XXYY #### 20130527
* Remove `python-virtualenv` which was no longer used. * Remove `python-virtualenv` which was no longer used.
* Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`) * Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`)

View File

@@ -7,7 +7,7 @@
# pyenv virtualenv --help # pyenv virtualenv --help
# #
PYENV_VIRTUALENV_VERSION="20130507" PYENV_VIRTUALENV_VERSION="20130527"
VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}" VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}"
set -e set -e