From 304dff741f4c0cd90a4b71cc8a4f30cd1a0b5472 Mon Sep 17 00:00:00 2001 From: yamotonalds Date: Sat, 18 Feb 2017 22:06:05 +0900 Subject: [PATCH] Fix typo --- bin/pyenv-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index e308f99..4b19ed5 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -375,7 +375,7 @@ if [ -n "$UPGRADE" ]; then fi fi -if [ -z "${VIRTUALEN_VERSION}" ]; then +if [ -z "${VIRTUALENV_VERSION}" ]; then case "${PYENV_VERSION}" in "3.0"* ) NO_ENSUREPIP=1