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

6 lines
141 B
Batchfile

@echo off
if "%SSL_CERT_FILE%"=="" (
set SSL_CERT_FILE=%CONDA_PREFIX%\Library\ssl\cacert.pem
set __CONDA_OPENSLL_CERT_FILE_SET="1"
)