ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /path/to/my.crt
When trying to install the latest version of SDK for Developer Console. Any help is appreciated.
I’ve already installed these:
export SSL_CERT_FILE=“/path/to/my.crt”
2export REQUESTS_CA_BUNDLE=“/path/to/my.crt”