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.
This commit is contained in:
srcarter3 2021-06-23 00:09:07 -06:00 committed by GitHub
parent a1741b0333
commit 5f192a2825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) - Make note of where it installs on your computer (the default is C:\ProgramFiles\Java\jdk1.8.0_181)
3. Set the environment variables: 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 - 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** - User Variables: **PYTHONPATH** and **PYTHONHOME**
- System Variable: **JAVA_HOME** - System Variable: **JAVA_HOME**
![Env Vars](../images/envVars.png) ![Env Vars](../images/envVars.png)