mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-11 13:03:52 -05:00
v20151222
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
## 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
|
||||
|
||||
* Passing return value from executed command. (#100)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
# -f/--force Install even if the version appears to be installed already
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="20151103"
|
||||
PYENV_VIRTUALENV_VERSION="20151222"
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
Reference in New Issue
Block a user