mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 07:23:51 -05:00
v20151229
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20151229
|
||||||
|
|
||||||
|
* Fix `deactivate` error on `fish` (#136)
|
||||||
|
|
||||||
#### 20151222
|
#### 20151222
|
||||||
|
|
||||||
* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
|
* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
|
||||||
|
|||||||
@@ -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="20151222"
|
PYENV_VIRTUALENV_VERSION="20151229"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user