mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-10 12:33:54 -05:00
v20130527
This commit is contained in:
@@ -50,7 +50,7 @@ You can set certain environment variables to control the pyenv-virtualenv.
|
||||
|
||||
## Version History
|
||||
|
||||
#### 2013XXYY
|
||||
#### 20130527
|
||||
|
||||
* Remove `python-virtualenv` which was no longer used.
|
||||
* Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# pyenv virtualenv --help
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="20130507"
|
||||
PYENV_VIRTUALENV_VERSION="20130527"
|
||||
VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}"
|
||||
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user