From 51ebc8ff8a962de28d7f4fa661b981dc38f4d162 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 12 Jan 2016 01:53:27 +0000 Subject: [PATCH] v20160112 --- CHANGELOG.md | 4 ++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0931fad..03d25a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Version History +#### 20160112 + +* Fix problem with `virtualenv` to look up executables from source version with `--system-site-packages` (#62) + #### 20151229 * Fix `deactivate` error on `fish` (#136) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 6d180b0..41b4708 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -9,7 +9,7 @@ # -f/--force Install even if the version appears to be installed already # -PYENV_VIRTUALENV_VERSION="20151229" +PYENV_VIRTUALENV_VERSION="20160112" set -e [ -n "$PYENV_DEBUG" ] && set -x