From 83e50cd2acab50f91600c6a53deb0e031601f822 Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 23 Sep 2024 13:51:09 +0200 Subject: [PATCH] add conda source command --- admin-guide/configuration/conda.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin-guide/configuration/conda.md b/admin-guide/configuration/conda.md index 84311181..d2687fcb 100644 --- a/admin-guide/configuration/conda.md +++ b/admin-guide/configuration/conda.md @@ -57,4 +57,12 @@ files::files: always_copy: true ``` + +To be able to use the `conda` command a user needs to source the command into its current shell. This can be done like this: + +```bash +source /opt/conda/etc/profile.d/conda.sh +``` + + Afterwards conda environments can be created in a license conformed way as documented at https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html