Merge branch 'master' of https://github.com/pyenv/pyenv
This commit is contained in:
commit
009fea2b20
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):
|
- [ ] C Compiler information (e.g. gcc 7.3):
|
||||||
- [ ] Please attach a debug trace log as gist
|
- [ ] 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 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:
|
* If the problem happens outside of a Pyenv invocation, get the debug log like this:
|
||||||
```
|
```
|
||||||
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
|
||||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## Release 2.2.0
|
||||||
|
* Adding PyPy release 7.3.7 (Python 3.7 and 3.8). (#2132)
|
||||||
|
* Append Homebrew custom prefix to search path (#1957)
|
||||||
|
* Add documentation for init command (#2125)
|
||||||
|
* Add setup instructions for the case when one installs Pyenv as part of a batch job (#2127)
|
||||||
|
* Add documentation for completions command (#2126)
|
||||||
|
* Default --with-universal-archs to universal2 on Apple Silicon (#2122)
|
||||||
|
* Update README.md (#2120)
|
||||||
|
* Add GraalPython 21.3.0 (#2117)
|
||||||
|
* Pypy ver 7.3.6 - python 3.7 and python 3.8 (#2111)
|
||||||
|
* Discover Tcl/Tk reliably and use active version (#2106)
|
||||||
|
* Fish installation instructions (#2104)
|
||||||
|
* Add CPython 3.11.0a1 (#2099)
|
||||||
|
|
||||||
## Release 2.1.0
|
## Release 2.1.0
|
||||||
* Fix mambaforge-pypy3 build (#2096)
|
* Fix mambaforge-pypy3 build (#2096)
|
||||||
* Add Python 3.10.0 (#2093)
|
* Add Python 3.10.0 (#2093)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="2.1.0"
|
version="2.2.0"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user