From f35c3a4e8652dc4ae46bc90150bffc32f9df2a1a Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 3 Feb 2021 20:16:10 -0500 Subject: [PATCH] docs: simplify --- docs/Homebrew-and-Python.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/Homebrew-and-Python.md b/docs/Homebrew-and-Python.md index 6182b7b921..68f030a9d2 100644 --- a/docs/Homebrew-and-Python.md +++ b/docs/Homebrew-and-Python.md @@ -13,11 +13,8 @@ Homebrew provided a `python@2` formula until the end of 2019, at which point it ## Python 3.x Homebrew provides a formula for Python 3.x (`python@3.x`). -**Important:** Homebrew does not guarantee that Python 3, once installed, remains the same version. -In particular, Homebrew may choose to upgrade the minor or patch version of Python 3, which may in -turn break any custom virtual environments that use the Homebrewed Python. Python developers -who expect virtual environment stability should consider using a Python version manager rather than -the Homebrewed Python. +**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: