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

6 lines
120 B
Batchfile

@echo off
if "%__CONDA_OPENSLL_CERT_FILE_SET%" == "1" (
set SSL_CERT_FILE=
set __CONDA_OPENSLL_CERT_FILE_SET=
)