Channels overrides not working #588
Unanswered
EricScottN
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does the behavior change if you export |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I work for an organization who hosts a private package repository on Artifactory. I am having issues attempting to override the default conda-forge channel. In the past with Miniconda, we've simply been able to do the following:
Which has always successfully overwritten any anacanda repos in the channels and allowed us to pull packages from from our private Artifactory repository.
Here are all commands I'm running and the outcomes (Windows 10):
First try
Result:
Looks standard.. Moving on..
Result:
Makes sense after doing
conda config --show channels
which outputs..Okay so remove
conda-forge
instead..No errors. Great!
😤
I then figure out there is a system flag. Let's try that..
No errors..
Great!
Conda info just to be safe..
Nice!
Update Conda..
Okay that's definitely not right. Even through there is an SSLError, that is expected as I am on organization vpn and fetching outside repos will result in that error. The problem here is that it is still trying to fetch from conda-forge, even though it's nowhere to be found in my channels. So what's the deal here? I would prefer not to have to modify
.condarc
file, as this configuration has to be done completely inside a.bat
script.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions