mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 23:36:20 -04:00
v20130527
This commit is contained in:
parent
bc433be75c
commit
695c2fd618
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue