From 1342a4afeb925bbfc8676e4be4ac46c8357ab382 Mon Sep 17 00:00:00 2001 From: "Francis T. O'Donovan" Date: Wed, 5 Dec 2018 21:34:31 -0500 Subject: [PATCH 1/2] Update path to repo and don't assume default location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1fac8a..44826a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pyenv-doctor -pyenv-doctor is a [pyenv](https://github.com/yyuu/pyenv) plugin +pyenv-doctor is a [pyenv](https://github.com/pyenv/pyenv) plugin that provides a `pyenv doctor` command to verify pyenv installation and development tools to build pythons. @@ -11,7 +11,7 @@ and development tools to build pythons. Installing pyenv-doctor as a pyenv plugin will give you access to the `pyenv doctor` command. - $ git clone git://github.com/yyuu/pyenv-doctor.git ~/.pyenv/plugins/pyenv-doctor + $ git clone git://github.com/pyenv/pyenv-doctor.git $(pyenv root)/plugins/pyenv-doctor ## Usage From cde23c2f35640c775c89ac9e7d9f4a9db16b161a Mon Sep 17 00:00:00 2001 From: "Francis T. O'Donovan" Date: Wed, 5 Dec 2018 21:36:01 -0500 Subject: [PATCH 2/2] Update path to pyenv repo --- bin/pyenv-doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-doctor b/bin/pyenv-doctor index 38d6452..e4c8518 100755 --- a/bin/pyenv-doctor +++ b/bin/pyenv-doctor @@ -169,7 +169,7 @@ if [ "${STATUS}" == "0" ]; then else { echo -e "\033[0;31mProblem(s) detected while checking system.\033[0m" echo -e "\033[0;31m\033[0m" - echo -e "\033[0;31mSee https://github.com/yyuu/pyenv/wiki/Common-build-problems for known solutions.\033[0m" + echo -e "\033[0;31mSee https://github.com/pyenv/pyenv/wiki/Common-build-problems for known solutions.\033[0m" } 1>&2 fi