- Download the latest release from here
- Unzip the file
- Create a new folder called
envx
in yourC:\
directory - Copy the
envx.exe
file from the unzipped folder to theenvx
folder - Add the
envx
folder to your PATH environment variable (instructions here)
- Download the latest release from here
- Unzip the file
- Open a terminal and navigate to the unzipped folder
- Run
envx.exe
to start the program
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 runningenvx.exe
- Add the
envx
folder to your PATH environment variable (instructions here)