You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create two environment variables. `DESCUSERENV_DIR` should point to your conda installation's directory that contains `bin` and `DESCUSERENV_NAME` should be the name of your conda environment.
52
+
52
53
```bash
53
-
module unload python
54
-
module unload cray-libsci
55
-
module load cray-mpich-abi/8.1.30
56
-
source$curBuildDir/bin/activate
57
-
conda activate my-desc-python
54
+
export DESCUSERENV_DIR=$curBuildDir/py
55
+
export DESCUSERENV_NAME=my-desc-python
58
56
```
59
57
58
+
Now you can source setup_current_python.sh as usual, and your installation will be initialized
0 commit comments