add conda source command

This commit is contained in:
2024-09-23 13:51:09 +02:00
parent 718aafa55c
commit 83e50cd2ac
+8
View File
@@ -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