v20151222

This commit is contained in:
Yamashita, Yuu
2015-12-22 10:38:02 +00:00
parent bc5d308d05
commit 0b42fbc27d
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
## Version History ## Version History
#### 20151222
* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
* Create `virtualenv` inside `envs` directory of source version, like Anaconda/Miniconda (#103, #107)
* Rewrite `pyenv activate` and `pyenv deactivate` without using scripts provided by virtualenv and conda (#51, #69, #103, #104, #121)
* Improve the `pyenv activate` behaviour on multipe versions (#105, #111)
* Reject creating a virtualenv named `system` (yyuu/pyenv#475)
* Add `--skip-aliases` to `pyenv virtualenvs` (#120)
* Stop showing `version not installed` warning messages in precmd (#49)
#### 20151103 #### 20151103
* Passing return value from executed command. (#100) * Passing return value from executed command. (#100)

View File

@@ -9,7 +9,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="20151103" PYENV_VIRTUALENV_VERSION="20151222"
set -e set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x