About 945,000 results
Open links in new tab
  1. What are PATH and other environment variables, and how can I set or …

    So the question is: What are environment variables, like the executable PATH, and how can I change and use them on major operating systems? A good answer would include a simple explanation of …

  2. How do I set system environment variables in Windows 10?

    How do I set a system environment variable in Windows 10 (without using the registry editor)? (Note: Other answers don't specifically address Windows 10 - at least not yet - and they leave off imp...

  3. How to set a folder to the path environment variable in Windows 11

    Nov 10, 2024 · There aren't many guides available on adding a folder to the Windows 11 user Path environment variable. This is useful for new programmers to be able to easily run code using …

  4. shell - How can I edit the $PATH on linux? - Super User

    Dec 14, 2022 · A lot of the answers ignore what happens if you want to remove a PATH from the middle a larger PATH that's got some ad-hoc edits, so I'll address that. It's important to remember that the …

  5. How do you set and call a path variable in command prompt?

    Finally, remember that %PATH% is a special variable, holding the locations of commands you execute. Don't set it to just anything; use %mydir% or whatever else instead.

  6. How can I refresh my PATH variable from the registry, without a reboot ...

    Change either User or System PATH in System Properties. Running this batch file pulls the new PATH variables with a REG query. The FOR commands parse the PATH variables from the REG results. …

  7. Windows 10 User Environment Variable PATH updated but changes …

    Dec 15, 2020 · I cannot modify the system environment path, so I have to do it via the user environment path. Using setx I could modify the User path variable, if I type echo %path% it shows me that the …

  8. What is the right way to set the $PATH variable in .zshrc

    Lastly, you can set up your PATH the best way that fits your needs. A good way will be to start with examining what's currently in your PATH and adding any extra paths to it as you find fit

  9. Windows PATH variable isn't working - Super User

    May 30, 2016 · 5 you can do one of two things: Put all variables in System Variables instead of User and add the ones you want to PATH Or Put all variables in User Variables, and create or edit the PATH …

  10. Windows 10 - How a normal user (not admin) set path variable ...

    Feb 5, 2018 · I am a non administrative user in windows 10 machine. I was trying to set java and gradle path for my account. As a normal user I don't have access to environment variables through control …