Files
ImageUtils/.CondaPkg/env/etc/conda/activate.d/openssl_activate.sh
2024-10-07 10:13:40 +07:00

5 lines
158 B
Bash

if [[ "${SSL_CERT_FILE:-}" == "" ]]; then
export SSL_CERT_FILE="${CONDA_PREFIX}\\Library\ssl\\cacert.pem"
export __CONDA_OPENSLL_CERT_FILE_SET="1"
fi