mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
v20160315
This commit is contained in:
parent
d3d6504e01
commit
1ce2e2d730
|
|
@ -1,5 +1,10 @@
|
|||
## Version History
|
||||
|
||||
#### 20160315
|
||||
|
||||
* Evaluate `${PATH}` when outputted code is eval'd. (#154)
|
||||
* Set proper `CONDA_DEFAULT_ENV` for shorter name (#160)
|
||||
|
||||
#### 20160202
|
||||
|
||||
* Install virtualenv 13.1.2 for CPython/Stackless 3.2.x (yyuu/pyenv#531)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# -f/--force Install even if the version appears to be installed already
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="20160202"
|
||||
PYENV_VIRTUALENV_VERSION="20160315"
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
|
|
|||
Loading…
Reference in a new issue