How do I install new SSL certificate on OSX using pyenv?

744 Views Asked by At

I keep running into the SSL: CERTIFICATE_VERIFY_FAILED” error when calling an API on python 3.7.3. Trying to solve this originally.

I'm using pyenv and I'm trying to run this command:

> cd "/Applications/Python 3.7.3/"
> sudo "./Install Certificates.command"

However, this path does not exist because I'm using pyenv and I can't seem to identify where python is actually installed how I actually run the Install Certificates.command

Any help would be great! Thanks

0

There are 0 best solutions below