Hacker News new | ask | show | jobs
by mynameisvlad 2771 days ago
> I can spend more time actually doing my job and less time manually creating PATH variables for every package I install.

I don't see how this is a Windows issue. Windows, just like Linux, provides the capability to update the PATH both per-user and per-computer; many tools use it and work. NodeJS is a popular such tool that adds its bin folder to the PATH. If a tool isn't updating its path, then it's on the tool's installer.

1 comments

It's an issue because adding a directory to the path just isn't as common of a pattern on Windows. Whether or not it's Microsoft's fault is irrelevant because the fact is still that you have to do it manually a lot of the time.

This is all from my own past experience using video editing, audio editing, and image editing utilities where you usually just get a binary and have to do the legwork yourself.

Node is the exception, not the rule.