Add New Path to PATH Environment Variable on Windows - hyvanmielenpelit/GnollHack GitHub Wiki
- Right-click the Windows Start button and select System.
- Click Advanced system settings.
- Click Environment Variables....
- Double-click Path in the system variables list.
- Click New.
- Write the new path to the last line.
- Click Ok 3 times to close all windows.
- Restart Visual Studio and all command/PowerShell prompts.
- Open PowerShell.
- Write
echo $Env:Path
to check the path.
- You can also try to run an executable in the new path to see if PowerShell finds it.