-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support custom channel settings #33
Comments
To support this we would either need to run Probably easier to just call |
Note that if you run |
Worth pointing out that folks should really be using .netrc files for auth as conda will automatically insert the authentication into the URL as appropriate. |
Good to know. There is no mention of that in the conda docs. I think support for that should be in a separate ticket since it applies to all HTTP urls, not just those in custom channels. FYI, here is the conda code. |
Any custom channel aliases configured in the user's .condarc file should be recognized so that users can write the alias instead of having to write out the full URL.
E.g. If you have:
you should be able to specify
my-channel
as the channel rather thanhttps://my-custom-server.com/my-channel
The text was updated successfully, but these errors were encountered: