Updated Home (markdown)

Yamashita, Yuu 2015-05-17 11:40:20 +09:00
parent e7e0bcbb45
commit 261152b72a

@ -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.
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`.