Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.38 KB

windows-installation.md

File metadata and controls

30 lines (22 loc) · 1.38 KB

Windows Installation

Installation

  1. Download the latest release from here
    • Choose the x86_64-pc-windows-msvc.zip file
    • image
  2. Unzip the file
  3. Create a new folder called envx in your C:\ directory
  4. Copy the envx.exe file from the unzipped folder to the envx folder
  5. Add the envx folder to your PATH environment variable (instructions here)

Portable Installation

  1. Download the latest release from here
    • Choose the x86_64-pc-windows-msvc.zip file
    • image
  2. Unzip the file
  3. Open a terminal and navigate to the unzipped folder
  4. Run envx.exe to start the program

Troubleshooting

Error: The term 'envx' is not recognized as the name of a cmdlet, function, script file, or operable program

If you get this error, you probably tried to run the program from the global scope when you followed the portable installation instructions. To fix this, you can either:

  • Run the program from the local scope by navigating to the envx folder and running envx.exe
  • Add the envx folder to your PATH environment variable (instructions here)