You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
windows path setup
About this tag
The Windows PATH environment variable tells the operating system where to look for executable files when you type a command in the terminal. If a tool like Python, Git, or Node.js is installed but not recognized, its folder likely isn't in the PATH. This tag covers how to view, edit, and add directories to the PATH variable on Windows, including steps for both user and system variables. Common troubleshooting scenarios, such as fixing 'not recognized' errors after installing command-line tools, are also discussed. Understanding PATH setup is essential for developers and IT professionals who work with multiple command-line utilities on Windows.
Set Up Windows PATH and Environment Variables for Command-Line Tools
Difficulty: Beginner | Time Required: 15 minutes
If you have ever installed a command-line tool such as Git, Python, Node.js, Java, FFmpeg, ADB, or a compiler and then seen an error like:
'python' is not recognized as an...