瀏覽代碼

Make PYENV_DEBUG imply -v for `pyenv install` (#2347)

Trace logs without `-v` are usually useless due to missing the build part.
So this leaves one less thing for users to worry about
when submitting error reports.

Mentioning `-v` in the issue template should stay for some time
since users report on old versions, too.
pull/2351/head
native-api 4 年之前
committed by GitHub
父節點
當前提交
d5b12f826d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      plugins/python-build/bin/pyenv-install

+ 2
- 0
plugins/python-build/bin/pyenv-install 查看文件

@ -73,6 +73,8 @@ unset VERBOSE
unset HAS_PATCH
unset DEBUG
[ -n "$PYENV_DEBUG" ] && VERBOSE="-v"
parse_options "$@"
for option in "${OPTIONS[@]}"; do
case "$option" in

Loading…
取消
儲存