From 261152b72a4cc36892e3844084986d45ee8015b3 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Sun, 17 May 2015 11:40:20 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 77ef672..0579b0a 100644 --- a/Home.md +++ b/Home.md @@ -62,4 +62,8 @@ since this file is read only once per desktop login, you may achieve quicker results by adding pyenv to `~/.bashrc` instead. See [[Unix shell initialization]] for more info about how config files get -loaded. \ No newline at end of file +loaded. + +### Debugging pyenv + +The `PYENV_DEBUG` is the environment variable to debug logging in pyenv. You can try to enable debug logging by setting something in the environment variable like `PYENV_DEBUG=1 pyenv versions`. \ No newline at end of file