v20160202

This commit is contained in:
Yamashita, Yuu
2016-02-02 08:47:11 +00:00
parent 1f761275cd
commit 17ee6e72b6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Version History
#### 20160202
* Install virtualenv 13.1.2 for CPython/Stackless 3.2.x (yyuu/pyenv#531)
#### 20160112
* Fix problem with `virtualenv` to look up executables from source version with `--system-site-packages` (#62)

View File

@@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
#
PYENV_VIRTUALENV_VERSION="20160112"
PYENV_VIRTUALENV_VERSION="20160202"
set -e
[ -n "$PYENV_DEBUG" ] && set -x