...
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
[user@login001 ~]$ srun -p sandbox --mem=6G -c 2 -t 60 --pty /bin/bash
[user@node-0005 ~]$ module load lang/Anaconda3
[user@node-0005 ~]$ condamamba create -n ipyrad -c conda-forge -c bioconda ipyrad |
...
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
|
[user@node-0005 ~]$ condamamba create -n test -c conda-forge -c conda python=3.8 matplotlib scipy ipython |
...
While a base anaconda module exists for users to access and build their own conda environments, this is not the only way. Below you will find instructions created by Eric Firing covering an alternate method in which you can use miniconda on Mana instead of the Anaconda module.
...