Skip to content

Commit f327bab

Browse files
authored
use_isolated_environments.rst PDC
1 parent 074362e commit f327bab

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/day2/use_isolated_environments.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ Breakout room according to grouping
407407

408408
.. code-block::
409409
410+
ml PDC/24.11
411+
ml miniconda3/25.3.1-1-cpeGNU-24.11
410412
export CONDA_ENVS_PATH="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
411413
export CONDA_PKG_DIRS="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
412-
ml PDC/23.12
413-
ml miniconda3/24.7.1-0-cpeGNU-23.12
414-
conda create --prefix $CONDA_ENVS_PATH/spyder-env python=3.12 spyder
414+
conda create --prefix $CONDA_ENVS_PATH/spyder-env python=3.11.7 spyder
415415
source activate spyder-env
416416
417417
- Let's install packages that we need.
@@ -430,9 +430,8 @@ Breakout room according to grouping
430430
ml miniconda3/25.3.1-1-cpeGNU-24.11
431431
export CONDA_ENVS_PATH="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
432432
export CONDA_PKG_DIRS="/cfs/klemming/projects/supr/courses-fall-2025/$USER/" #only needed once per session
433-
conda create --prefix $CONDA_ENVS_PATH/jupyter-env python=3.11.7
433+
conda create --prefix $CONDA_ENVS_PATH/jupyter-env python=3.11.7 jupyter
434434
conda activate jupyter-env
435-
conda install jupyter
436435
conda install matplotlib pandas seaborn xarray dask numba
437436
438437
We will put requirements files in the course project folder that you can build from in latter lessons

0 commit comments

Comments
 (0)