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

5 lines
126 B
Bash

if [[ "${__CONDA_OPENSLL_CERT_FILE_SET:-}" == "1" ]]; then
unset SSL_CERT_FILE
unset __CONDA_OPENSLL_CERT_FILE_SET
fi