mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 22:13:52 -05:00
v20130614
This commit is contained in:
@@ -50,6 +50,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20130614
|
||||||
|
|
||||||
|
* Add `pyenv virtualenvs` to list all virtualenv versions.
|
||||||
|
* *EXPERIMENTAL* Add `--upgrade` option to re-create virtualenv with migrating packages
|
||||||
|
|
||||||
#### 20130527
|
#### 20130527
|
||||||
|
|
||||||
* Remove `python-virtualenv` which was no longer used.
|
* Remove `python-virtualenv` which was no longer used.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# -f/--force Install even if the version appears to be installed already
|
# -f/--force Install even if the version appears to be installed already
|
||||||
#
|
#
|
||||||
|
|
||||||
PYENV_VIRTUALENV_VERSION="20130527"
|
PYENV_VIRTUALENV_VERSION="20130614"
|
||||||
VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}"
|
VIRTUALENV_VERSION="${VIRTUALENV_VERSION:-1.9.1}"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user