Small documentation update
-add subsections for OS's in Common Problems for data not loading properly
This commit is contained in:
parent
c4385325a4
commit
527783006e
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue