Add debugging info to README

This commit is contained in:
Evan Pitstick 2023-08-24 16:34:36 -04:00
parent 49a0bf2ef5
commit a7b220bfc2

View File

@ -70,3 +70,12 @@ pipenv
```
You can specify a non-default location of this file by setting a `ASDF_PYTHON_DEFAULT_PACKAGES_FILE` variable.
## Debugging
You can get more verbose information about a python installation by setting `PYENV_DEBUG`, for example:
```
PYENV_DEBUG=1 asdf install python latest
```