Skip to content

Commit b0b58cd

Browse files
authored
IDEs_cmd.rst bianca activate spyder env
1 parent 1b82baf commit b0b58cd

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

docs/day2/IDEs_cmd.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,14 +608,23 @@ Principles
608608

609609
.. code-block:: console
610610
611-
ml conda
612-
export CONDA_PKG_DIRS=/proj/hpc-python-uppmax/$USER
613-
export CONDA_ENVS_PATH=/proj/hpc-python-uppmax/$USER
611+
ml Miniforge3/24.11.3-0
614612
source activate spyder-env
615613
616614
* you can install packages with pip install from inside Spyder
617615

618-
.. tab:: LUNARC
616+
.. tab:: Bianca
617+
618+
- Use the conda env you created in Exercise 2 in `Use isolated environments <https://uppmax.github.io/HPC-python/day2/use_isolated_environments.html#exercises>`_
619+
620+
.. code-block:: console
621+
622+
ml conda
623+
source activate spyder-env
624+
625+
* you can install packages with pip install from inside Spyder
626+
627+
.. tab:: LUNARC
619628

620629
- On COSMOS, the recommended way to use Spyder is to use the On-Demand version in the Applications menu, under ``Applications - Python``.
621630
- All compatible packages should be configured to load upon launching, so you should only have to specify walltime and maybe a few extra resource settings with the GfxLauncher so that spyder will run on the compute nodes.

0 commit comments

Comments
 (0)