Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

TODO: Creating, activating, using conda environments….

module load lang       # gateway module
module load Anaconda3  # actual module
conda create --name myenv
source $(conda info --base)/etc/profile.d/conda.sh
conda activate myenv
conda install <your package>
  • No labels