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 2 Next »

TODO: Creating, activating, using conda environments….

module load lang       # gateway module
module load Anaconda3  # actual module




conda activate myenv
conda install <your package>

source $(conda info --base)/etc/profile.d/conda.sh

  • No labels