From b78fa6729ef898aa885eb7bc18add2699141713e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 11 Mar 2024 20:17:41 -0400 Subject: [PATCH] python@3.12: more language tweaks --- Formula/p/python@3.12.rb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Formula/p/python@3.12.rb b/Formula/p/python@3.12.rb index af5e13ef8dead..c6168334f228c 100644 --- a/Formula/p/python@3.12.rb +++ b/Formula/p/python@3.12.rb @@ -407,12 +407,16 @@ def post_install brew install pipx - Expert users may restore the old behavior of pip by passing + You may restore the old behavior of pip by passing the '--break-system-packages' flag to pip, or by adding - 'break-system-packages = true' to their pip.conf file. The latter - will permanently disable this warning. + 'break-system-packages = true' to your pip.conf file. The latter + will permanently disable this error. - Read more about this setting here: + If you disable this error, we STRONGLY recommend that you additionally + pass the '--user' flag to pip, or set 'user = true' in your pip.conf + file. Failure to do this can result in a broken Homebrew installation. + + Read more about this behavior here: EOS end