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