From 7938c89affde8740d6d3dc29fcf79cd7364dd359 Mon Sep 17 00:00:00 2001 From: shangsunset Date: Fri, 25 Mar 2016 17:02:33 -0400 Subject: [PATCH 1/3] change minor typo in bin/pyenv-sh-activate --- bin/pyenv-sh-activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-sh-activate b/bin/pyenv-sh-activate index 6715e34..be76525 100755 --- a/bin/pyenv-sh-activate +++ b/bin/pyenv-sh-activate @@ -218,7 +218,7 @@ PYENV_VIRTUALENV_DISABLE_PROMPT="${PYENV_VIRTUALENV_DISABLE_PROMPT:-${VIRTUAL_EN if [ -z "${PYENV_VIRTUALENV_DISABLE_PROMPT}" ]; then case "${shell}" in fish ) - echo "pyenv-virtualenv: prompt changing not work for fish." 1>&2 + echo "pyenv-virtualenv: prompt changing not working for fish." 1>&2 ;; * ) echo "pyenv-virtualenv: prompt changing will be removed from future release. configure \`export PYENV_VIRTUALENV_DISABLE_PROMPT=1' to simulate the behavior." 1>&2 From d26852e274f9c3eea25f657ad5af1cc5f8ecf119 Mon Sep 17 00:00:00 2001 From: shangsunset Date: Fri, 25 Mar 2016 19:24:58 -0400 Subject: [PATCH 2/3] fix minor typos in test --- test/activate.bats | 2 +- test/conda-activate.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/activate.bats b/test/activate.bats index 4d2800b..3a49ee1 100644 --- a/test/activate.bats +++ b/test/activate.bats @@ -116,7 +116,7 @@ deactivated pyenv-virtualenv: activate venv setenv PYENV_VIRTUAL_ENV "${PYENV_ROOT}/versions/venv"; setenv VIRTUAL_ENV "${PYENV_ROOT}/versions/venv"; -pyenv-virtualenv: prompt changing not work for fish. +pyenv-virtualenv: prompt changing not working for fish. EOS unstub pyenv-version-name diff --git a/test/conda-activate.bats b/test/conda-activate.bats index 38e6ac2..8185a37 100644 --- a/test/conda-activate.bats +++ b/test/conda-activate.bats @@ -66,7 +66,7 @@ pyenv-virtualenv: activate anaconda-2.3.0 setenv PYENV_VIRTUAL_ENV "${TMP}/pyenv/versions/anaconda-2.3.0"; setenv VIRTUAL_ENV "${TMP}/pyenv/versions/anaconda-2.3.0"; setenv CONDA_DEFAULT_ENV "root"; -pyenv-virtualenv: prompt changing not work for fish. +pyenv-virtualenv: prompt changing not working for fish. EOS unstub pyenv-version-name From 55f7e3e1e194b38f01572c0b042deb8904779ce2 Mon Sep 17 00:00:00 2001 From: shangsunset Date: Sat, 26 Mar 2016 23:25:14 -0400 Subject: [PATCH 3/3] fix minor typos in test --- test/activate.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/activate.bats b/test/activate.bats index 3a49ee1..5953265 100644 --- a/test/activate.bats +++ b/test/activate.bats @@ -143,7 +143,7 @@ setenv PYENV_VERSION "venv"; setenv PYENV_ACTIVATE_SHELL 1; setenv PYENV_VIRTUAL_ENV "${PYENV_ROOT}/versions/venv"; setenv VIRTUAL_ENV "${PYENV_ROOT}/versions/venv"; -pyenv-virtualenv: prompt changing not work for fish. +pyenv-virtualenv: prompt changing not working for fish. EOS unstub pyenv-version-name @@ -223,7 +223,7 @@ setenv PYENV_VERSION "venv27"; setenv PYENV_ACTIVATE_SHELL 1; setenv PYENV_VIRTUAL_ENV "${PYENV_ROOT}/versions/venv27"; setenv VIRTUAL_ENV "${PYENV_ROOT}/versions/venv27"; -pyenv-virtualenv: prompt changing not work for fish. +pyenv-virtualenv: prompt changing not working for fish. EOS unstub pyenv-virtualenv-prefix @@ -248,7 +248,7 @@ setenv PYENV_VERSION "venv27"; setenv PYENV_ACTIVATE_SHELL 1; setenv PYENV_VIRTUAL_ENV "${PYENV_ROOT}/versions/venv27"; setenv VIRTUAL_ENV "${PYENV_ROOT}/versions/venv27"; -pyenv-virtualenv: prompt changing not work for fish. +pyenv-virtualenv: prompt changing not working for fish. EOS unstub pyenv-virtualenv-prefix