We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fe59e commit 495336eCopy full SHA for 495336e
test/conda.bats
@@ -52,7 +52,8 @@ OUT
52
stub pyenv-exec "conda * : echo PYENV_VERSION=\${PYENV_VERSION} \"\$@\""
53
stub pyenv-exec "python -s -m ensurepip : true"
54
55
- run pyenv-virtualenv -p python3.5 venv
+ export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
56
+ PYENV_DEBUG=1 run pyenv-virtualenv -p python3.5 venv 2>&3
57
58
assert_success
59
assert_output <<OUT
0 commit comments