We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug https://userguide.mdanalysis.org/stable/installation.html#conda suggests to install mamba inside the mda env
conda create --name mdanalysis conda activate mdanalysis conda install -c conda-forge mamba
but this is not recommended in the official mamba instructions for mamba with existing conda where it is explicitly said
WARNING: Installing mamba into any other environment than base is not supported.
See also #361 (comment)
Expected behavior Follow best practices.
Actual behavior Wrong recommendation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
https://userguide.mdanalysis.org/stable/installation.html#conda suggests to install mamba inside the mda env
but this is not recommended in the official mamba instructions for mamba with existing conda where it is explicitly said
See also #361 (comment)
Expected behavior
Follow best practices.
Actual behavior
Wrong recommendation
The text was updated successfully, but these errors were encountered: