add conda source command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user