The Wayback Machine - https://web.archive.org/web/20190718004501/https://github.com/openshift/odo/wiki/Setting-PATH-variable-on-Windows
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Setting PATH variable on Windows

Syam.G.Krishnan edited this page Apr 25, 2018 · 1 revision

Setting PATH variable on Windows

Windows

Your binaries can be located wherever you like, but we'll use C:\go-bin in this example.

  • Create folder at C:\go-bin.
  • Right click on "Start" and click on "Control Panel". Select "System and Security", then click on "System".
  • From the menu on the left, select the "Advanced systems settings".
  • Click the "Environment Variables" button at the bottom.
  • Select "Path" from the "Variable" section & Click "Edit"
  • Click "New"
  • Type C:\go-bin into the field or Click "Browse" and select the directory.
  • Click OK.

Windows 10

There is a faster way to edit Environment Variables with search

  • Left click on "Search" and type env or environment. select Edit environment variables for your account
  • and follow step above
You can’t perform that action at this time.