mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Explicitly state to enable verbose mode
This commit is contained in:
parent
066c05336f
commit
abfa1c6d92
1 changed files with 1 additions and 0 deletions
1
.github/ISSUE_TEMPLATE.md
vendored
1
.github/ISSUE_TEMPLATE.md
vendored
|
@ -19,6 +19,7 @@ Make sure you have checked all steps below.
|
|||
- [ ] C Compiler information (e.g. gcc 7.3):
|
||||
- [ ] Please attach a debug trace log as gist
|
||||
* If the problem happens in a Pyenv invocation, you can turn on debug logging by setting `PYENV_DEBUG=1`, e.g. `env PYENV_DEBUG=1 pyenv install -v 3.6.4`
|
||||
* If the problem is with `pyenv install`, make sure to also enable its verbose mode (`-v`)
|
||||
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
|
||||
```
|
||||
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
||||
|
|
Loading…
Reference in a new issue