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

5 lines
150 B
PowerShell

if ($Env:__CONDA_OPENSLL_CERT_FILE_SET -eq "1") {
Remove-Item -Path Env:\SSL_CERT_FILE
Remove-Item -Path Env:\__CONDA_OPENSLL_CERT_FILE_SET
}