...
Below is a cartoon created with chatGPT 4o, representing a python environment by a tool shed, and python packages installed in this environment by the various tools.
...
Loading the Environment Manager “Mamba”
...
Code Block |
---|
[<asurite>@login1 ~]$ mamba info --envs mamba version : 1.5.1 # conda environments: # pytorchGPU /home/<asurite>/.conda/envs/pytorchGPU testing /home/<asurite>/.conda/envs/testing updateTest /home/<asurite>/.conda/envs/updateTest base /packages/apps/mamba/1.5.1 pytorch-1.8.2. /packages/envs/pytorch-1.8.2 scicomp /packages/envs/scicomp ... |
...
Loading Available Environments
Use the source activate
command to load the environment you want.
...