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

Does miniforge/mambaforge use Anaconda? #629

Open
ning-y opened this issue Aug 20, 2024 · 3 comments
Open

Does miniforge/mambaforge use Anaconda? #629

ning-y opened this issue Aug 20, 2024 · 3 comments

Comments

@ning-y
Copy link

ning-y commented Aug 20, 2024

In particular, does use of miniforge/mambaforge constitute some form of use of Anaconda such that users are under Anaconda ToS? If so, is there a way to avoid Anaconda altogether, while using miniforge/mambaforge?

I ask because of recent reports of Anaconda suing academic institutions for using their software (?):

@jaimergp
Copy link
Member

miniforge comes preconfigured with conda-forge as the default channel. So if you don't alter this configuration, it won't touch defaults. Do note that:

  • If you type -c defaults in any conda install (or create, update, remove) command, you will be querying and potential pulling packages from Anaconda from that moment on (in that environment).
  • conda config --set channels ... might reinject defaults due to an unfortunate side effect of how the configuration system works in conda

Always check the output of conda config --show-sources to make sure defaults is not mentioned. The output of conda-libmamba-solver will also reveal which channels are being queried.

@jakirkham
Copy link
Member

Maybe we should write up an answer in the FAQ of this repo's README. Then close any similar ToS question with a link to that answer

To be clear think Jaime's answer above is good enough to put in that FAQ. We can always tweak later as needed

@pgunn
Copy link

pgunn commented Oct 1, 2024

One way to solve this that would give a lot of institutions a good way to enforce policy would be for conda-forge's channels to be stored on a different server that does not have the defaults channel; that way, DNS and IP based blocking routes could be used for orgs to prevent any of their users (who may not be aware of policy) from using defaults.

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

No branches or pull requests

4 participants