brew doctor #207
-
Hello, I'm trying to use homebrew to install the latest version of python as well as pip so that I can create a vpn using algo vpn see https://github.com/trailofbits/algo I am using macOS 11.0.1 Big Sur I just want to make sure everything is setup correctly because there are some confusing things to me regarding the setup of python. For example you can have the default version of python for macOS and then if you can have python3 installed separately instead of doing an upgrade, but then you can link it to the default if I understand correctly. After putting in the command
in terminal I receive:
I mainly just want to make sure I don't cause any instability with macOS and I want to be able to run the algo vpn setup. I am not trying to change the default version of python that macOS uses and I don't believe I need to have the python default python linked in any way with python3. If these warnings are valid can someone please help me fix them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
These warnings will likely not interfere with any other setup. But it does mean that you have a python version from |
Beta Was this translation helpful? Give feedback.
These warnings will likely not interfere with any other setup. But it does mean that you have a python version from
python.org
installed next to the Homebrew one.