v20150119

This commit is contained in:
Yamashita Yuu
2015-01-19 00:53:19 +09:00
parent 0fc9441f09
commit 32e5a73345
3 changed files with 8 additions and 2 deletions

View File

@@ -157,6 +157,12 @@ You can set certain environment variables to control pyenv-virtualenv.
## Version History
#### 20150119
* Ignore errors from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291)
* The _shell_ version set in `activate` should be unset in `deactivate` (#61)
* Anaconda has `activate` script nevertheless it is not a virtual environment (#65)
#### 20141106
* Stop creating after `ensurepip` since it has done by `ensurepip` itself