portable-devtools / micromamba_root /etc /conda /deactivate.d /openssl_deactivate-win.bat
codekingpro's picture
Add files using upload-large-folder tool
e0727c4 verified
Raw
History Blame Contribute Delete
236 Bytes
@echo off
if "%__CONDA_OPENSSL_CERT_FILE_SET%" == "1" (
set SSL_CERT_FILE=
set __CONDA_OPENSSL_CERT_FILE_SET=
)
if "%__CONDA_OPENSSL_CERT_DIR_SET%" == "1" (
set SSL_CERT_DIR=
set __CONDA_OPENSSL_CERT_DIR_SET=
)