update
This commit is contained in:
4
.CondaPkg/env/etc/conda/activate.d/openssl_activate.ps1
vendored
Normal file
4
.CondaPkg/env/etc/conda/activate.d/openssl_activate.ps1
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
if (-not $Env:SSL_CERT_FILE) {
|
||||
$Env:SSL_CERT_FILE = "$Env:CONDA_PREFIX\Library\ssl\cacert.pem"
|
||||
$Env:__CONDA_OPENSLL_CERT_FILE_SET = "1"
|
||||
}
|
||||
Reference in New Issue
Block a user