Comments on: QoTW: How do I set PATH and other environment variables? http://blog.superuser.com/2011/06/06/qotw-how-do-i-set-path-and-other-environment-variables/ The Super User Community Blog Mon, 05 Dec 2016 07:34:06 +0000 hourly 1 https://wordpress.org/?v=4.5.6 By: Justin Dearing http://blog.superuser.com/2011/06/06/qotw-how-do-i-set-path-and-other-environment-variables/#comment-266 Mon, 13 Jun 2011 17:17:20 +0000 http://blog.superuser.com/?p=3297#comment-266 My main objection with manipulating the path via the GUI has always been that its so hard to get to that dialog. This method certainly streamlines the process. However, I think using a tool like setx. When it comes to editing the path in particular, I’ve become a huge fan of pathed, which I describe on my blog (http://www.justaprogrammer.net/2011/06/11/more-windows-command-line-path-goodness-pathed-exe/). Considering that environment variables are usually used in the context of the command line, manipulating them via the command line makes sense.

]]>