Skip to content
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

conda config --add channels cruizperez: should be append #72

Open
ERRMoody opened this issue Nov 23, 2022 · 2 comments
Open

conda config --add channels cruizperez: should be append #72

ERRMoody opened this issue Nov 23, 2022 · 2 comments

Comments

@ERRMoody
Copy link

The following line in the instructions:

conda config --add channels cruizperez

can cause some dependency issues depending on the priority list,

In order to avoid this, I would use:

conda config --append channels cruizperez

@morgansobol
Copy link

I am having the same issue. My conda seems "broken" and I can no longer create environments. Did you have to completely uninstall and then reinstall conda? I cannot seem to find how to delete a channel...

@morgansobol
Copy link

Nevermind, I solved it by going into my .condarc file and deleting the channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants