mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-08 11:33:55 -05:00
ISSUE_TEMPLATE.md: Add Zsh PS4
This commit is contained in:
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@@ -22,7 +22,11 @@ Make sure you have checked all steps below.
|
|||||||
* 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 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 happens outside of a Pyenv invocation, get the debug log like this:
|
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
|
||||||
```
|
```
|
||||||
|
# for Bash
|
||||||
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
||||||
|
# for Zsh
|
||||||
|
export PS4='+(%x:%I): %N(%i): '
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
<reproduce the problem>
|
<reproduce the problem>
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Reference in New Issue
Block a user