Merge pull request #670 from srcarter3/website-updates

Small documentation update
This commit is contained in:
tiffanycmeyer13 2024-02-23 08:59:26 -06:00 committed by GitHub
commit 686c4d82ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,16 +92,22 @@ Known datasets this can affect (this is not a comprehensive list):
- METAR Station Plot - METAR Station Plot
- GFS Precip Type - GFS Precip Type
#### Windows
To correct this issue on 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) - 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. - 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 - Open the Environment Variables window by typing "env" in the start bar
#### Mac
To correct this issue on 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) - 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: 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) - 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)