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
If user is running Rosetta (to enable QIIME 2 to run on Apple Silicon Macs), the instructions to install multiqc conda environment will not work. User first needs to create the environment, then run conda config --env --set subdir osx-64, then install the desired packages, which will be the X86 versions. See https://stackoverflow.com/questions/71691598/how-to-run-python-as-x86-with-rosetta2-on-arm-macos-machine.
conda config --env --set subdir osx-64
May want to update the wiki to reflect this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If user is running Rosetta (to enable QIIME 2 to run on Apple Silicon Macs), the instructions to install multiqc conda environment will not work. User first needs to create the environment, then run
conda config --env --set subdir osx-64
, then install the desired packages, which will be the X86 versions. See https://stackoverflow.com/questions/71691598/how-to-run-python-as-x86-with-rosetta2-on-arm-macos-machine.May want to update the wiki to reflect this.
The text was updated successfully, but these errors were encountered: