Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin2/update_macos' into update_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Oct 31, 2023
2 parents f41ebd2 + 899b785 commit 33cb688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UsersGuide/source/BuildingRunningTesting/RunSRW.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Creating the |wflow_env| Environment on Linux and Mac OS
On generic Mac and Linux systems, users need to create a conda |wflow_env| environment that contains python packages required for running the workflow. Other conda environments may need to be activated for running graphics generation tasks (|graphics_env|) or when testing the AQM/CMAQ (|cmaq_env|). Python packages in these other environments may conflict with those in |wflow_env|. The environments can be stored in a local path, which can be a default location or a user-specified location (e.g., ``$HOME/condaenv/venvs/`` directory). (To determine the default location, use the ``conda info`` command, and look for the ``envs directories`` list.)
These conda environments could be added to the existing python or conda modules.

There are several options available for building virtual conda environments on non-Level 1 platforms. The examples in this section use the aarch64 (64-bit ARM) Miniforge for Linux and install into $HOME/conda. Users should adjust as needed for their target system.
There are several options available for building virtual conda environments on non-Level 1 platforms. The examples in this section use the aarch64 (64-bit ARM) Miniforge for Linux and install into ``$HOME/conda``. Users should adjust as needed for their target system.

Options include:

Expand Down Expand Up @@ -262,7 +262,7 @@ Options include:
- netcdf4
- xarray
2) Installing the Miniforge, as example for the aarch64 (64-bit ARM) Miniforge for Linux that installs into $HOME/conda. Adjust as necessary for your target system.
2) Installing the Miniforge, as example for the aarch64 (64-bit ARM) Miniforge for Linux that installs into ``$HOME/conda``. Adjust as necessary for your target system.

.. code-block:: console
Expand Down

0 comments on commit 33cb688

Please sign in to comment.