@@ -785,34 +785,33 @@ Install the `Miniconda`_ environment and package manager:
785
785
.. code-block :: bash
786
786
787
787
$ cd /nemoShare/MEOPAR/nowcast-sys/
788
- $ curl -LO https://repo.anaconda. com/miniconda/Miniconda3- latest-Linux-x86_64.sh
789
- $ bash Miniconda3-latest -Linux-x86_64.sh
788
+ $ curl -LO https://github. com/conda-forge/miniforge/releases/ latest/download/Miniforge-pypy3 -Linux-x86_64.sh
789
+ $ bash Miniforge-pypy3 -Linux-x86_64.sh
790
790
791
- Answer :file: `/nemoShare/MEOPAR/nowcast-sys/miniconda3 ` when the installer asks for an installation location.
791
+ Answer :file: `/nemoShare/MEOPAR/nowcast-sys/miniforge-pypy3 ` when the installer asks for an installation location.
792
792
793
- Answer no when the install asks :guilabel: `Do you wish the installer to initialize Miniconda3 by running conda init? [yes|no] `.
793
+ Answer `` yes `` when the install asks :guilabel: `Do you wish to update your shell profile to automatically initialize conda? ... [yes|no] `.
794
794
795
795
The Python packages that the system depends on are installed in a conda environment with:
796
796
797
797
.. code-block :: bash
798
798
799
799
$ cd /nemoShare/MEOPAR/nowcast-sys/
800
- $ conda update -n base -c defaults conda
801
- $ conda env create \
800
+ $ mamba env create \
802
801
--prefix /nemoShare/MEOPAR/nowcast-sys/nowcast-env \
803
802
-f SalishSeaNowcast/envs/environment-prod.yaml
804
- $ source /nemoShare/MEOPAR/nowcast-sys/miniconda3/bin/ activate /nemoShare/MEOPAR/nowcast-sys/nowcast-env/
805
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO_Nowcast/
806
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable moad_tools/
807
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable tools/SalishSeaTools/
803
+ $ mamba activate /nemoShare/MEOPAR/nowcast-sys/nowcast-env/
804
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable NEMO_Nowcast/
805
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable moad_tools/
806
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable tools/SalishSeaTools/
808
807
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd OPPTools/
809
808
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ git switch SalishSeaCast-prod
810
809
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd /nemoShare/MEOPAR/nowcast-sys/
811
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable OPPTools/
812
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO-Cmd/
813
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable SalishSeaCmd/
814
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable FVCOM-Cmd/
815
- (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable SalishSeaNowcast/
810
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable OPPTools/
811
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable NEMO-Cmd/
812
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable SalishSeaCmd/
813
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable FVCOM-Cmd/
814
+ (/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python -m pip install --editable SalishSeaNowcast/
816
815
817
816
818
817
Environment Variables
0 commit comments