Skip to content

Commit

Permalink
changing _ to - for header consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich authored Oct 3, 2023
1 parent e0b28d4 commit 4be5015
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Contributors_Guide/conda_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Instructions for the Conda Environment
======================================

Overview: Replicating the Python 3.6.3 environment for running METplus
_______________________________________________________________________
-----------------------------------------------------------------------

If the host (i.e. the computer on which the METplus and MET tools are
running) doesn't already have all the necessary packages installed, it is
Expand All @@ -20,7 +20,7 @@ METplus source code:
*METplus/environment.yml*

Pre-condition- installing the conda package manager if it doesn't exist
_______________________________________________________________________
-----------------------------------------------------------------------

**These instructions only need to be followed once.**

Expand Down Expand Up @@ -72,7 +72,7 @@ _______________________________________________________________________


Creating the METplus conda env
______________________________
------------------------------

**These instructions only need to be implemented once.**

Expand Down Expand Up @@ -128,7 +128,7 @@ to end the application.
conda deactivate
Activating and deactivating the METplus conda env
_________________________________________________
-------------------------------------------------

Once the user has followed the instructions under the "Creating the METplus
conda env", follow these instructions to start running METplus :
Expand Down Expand Up @@ -164,7 +164,7 @@ conda env", follow these instructions to start running METplus :


Optional: Checking for missing packages and mismatched version
______________________________________________________________
--------------------------------------------------------------

To check for missing and mismatched packages run the **check_python.py**
script in the METplus directory:
Expand Down Expand Up @@ -192,7 +192,7 @@ The results are sent to stdout (screen) and three files are created:


Link Conda Directory to Data Disk (RAL Linux Machines)
______________________________________________________
------------------------------------------------------

By default, Conda environments are stored in a directory called ".conda" that is found in the user's home directory, i.e. /home/user/.conda (Note that the dot at the beginning of the directory name is a hidden directory that does not always show up in a directory listing). Conda environments can take up a lot of disk space which can quickly fill up the /home disk. It is recommended that you create a directory on a data disk that has more disk space and create a symbolic link from the .conda directory so the environments will be stored on the data disk. Keep in mind that deleting the directory on the data disk will delete all of your conda environments and they cannot be easily recovered.

Expand Down

0 comments on commit 4be5015

Please sign in to comment.