From 527783006e6ce0ca4ec52e39082c41371efe2482 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 21 Feb 2024 14:36:19 -0700 Subject: [PATCH] Small documentation update -add subsections for OS's in Common Problems for data not loading properly --- docs/appendix/common-problems.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/appendix/common-problems.md b/docs/appendix/common-problems.md index 81d5dcdb34..81a74d4b79 100644 --- a/docs/appendix/common-problems.md +++ b/docs/appendix/common-problems.md @@ -92,16 +92,22 @@ Known datasets this can affect (this is not a comprehensive list): - METAR Station Plot - GFS Precip Type +#### Windows + To correct this issue on Windows: - Make sure you only have the latest version of [CAVE installed](https://unidata.github.io/awips2/install/install-cave/#method-1-direct-windows-install) (which now fully bundles the proper version of Python with the application) - If you have ever previously added `PYTHONHOME`, `PYTHONPATH`, or `JAVA_HOME` to your user or system variables, please delete those. - Open the Environment Variables window by typing "env" in the start bar +#### Mac + To correct this issue on Mac: - Make sure you have the latest verison of [CAVE installed](https://unidata.github.io/awips2/install/install-cave/#macos) (which now fully bundles the proper version of Python with the application) +#### Linux + To correct this issue on Linux: - When running `which python` from a terminal, make sure `/awips2/python/` is returned, if not, reset that environment variable, or re-run the [**awips_install.sh** script from our installation instructions](install-cave.md#download-and-installation-instructions)