Installing Python, with Brew - no SSL Certificates ? #5883
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are so many install methods in your explanation that my head is spinning. It reminds me of https://xkcd.com/1987/.
That means that Homebrew doesn't really have any control over the install.
That just depends on the install method, this has nothing to do with Homebrew or pyenv AFAIK.
The python that you can install with |
Beta Was this translation helpful? Give feedback.
There are so many install methods in your explanation that my head is spinning. It reminds me of https://xkcd.com/1987/.
Let's unpack this a bit:
That means that Homebrew doesn't really have any control over the install.
That just depends on the install method, this has nothing to do with Homebrew or pyenv AFAIK.
The python that you can install with
brew install python
knows how to read certificates from the system without additional scripts.