Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Since the environment was created under a project, any one who is part of this project can also access/activate this environment.

...

Code Block
[brewer@mblog2 ~]$ module load miniconda3/24.3.0
[brewer@mblog2 ~]$ conda activate /project/arcc/software/tensorflow/2.16/
(/project/arcc/software/tensorflow/2.16) [brewer@mblog2 ~]$ python -c "import tensorflow as tf; print(\"TensorFlow Version: \" + str( tf.__version__))"
...
TensorFlow Version: 2.16.1
(/project/arcc/software/tensorflow/2.16) [brewer@mblog2 ~]$ conda deactivate
[brewer@mblog2 ~]$ 
Note
  • Since any one who is part of this project can also access/activate this environment, they can update and modify it.

  • There changes will affect everyone else!

...

...