Merge pull request #10513 from woodruffw-forks/improve-homebrewed-python-expectations

docs: add a note about the stability of python 3 formulae
This commit is contained in:
Jonathan Chang 2021-02-04 14:36:01 +11:00 committed by GitHub
commit fc0e13d308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ Homebrew provided a `python@2` formula until the end of 2019, at which point it
## Python 3.x ## Python 3.x
Homebrew provides a formula for Python 3.x (`python@3.x`). Homebrew provides a formula for Python 3.x (`python@3.x`).
**Important**: Python may be upgraded to a newer version at any time. Consider using a version
manager such as `pyenv` if you require stability of minor or patch versions for virtual environments.
The executables are organised as follows: The executables are organised as follows:
* `python3` points to Homebrew's Python 3.x (if installed) * `python3` points to Homebrew's Python 3.x (if installed)