From 5f192a28257e6598762625e960a2695035d01d64 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 23 Jun 2021 00:09:07 -0600 Subject: [PATCH] Update install-cave.md Slight clarification for setting the environment variables for the windows direct install. Added a bullet point specifying these needed to be created using the "New..." buttons on the Environment Window. --- docs/install/install-cave.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index 702c219510..119c101a92 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -111,6 +111,7 @@ For additional assistance we have created an [**installation video**](https://yo - Make note of where it installs on your computer (the default is C:\ProgramFiles\Java\jdk1.8.0_181) 3. Set the environment variables: - Access the Environment Variables window by typing "env" in the start bar, hitting enter, and clicking on the "Environment Variables..." button at the bottom of the "System Properties" window + - Create the variables in their respective locations using the **New...** buttons - User Variables: **PYTHONPATH** and **PYTHONHOME** - System Variable: **JAVA_HOME** ![Env Vars](../images/envVars.png)