aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

dnvm install --global does not set global path #511

Closed JorritSalverda closed 6 years ago

JorritSalverda commented 8 years ago

The runtime is added to the user PATH variable, not to the global one, even though the --global parameter installs the runtime in a globally accessible location. I would expect it to be added to the machine level PATH variable.

jonfast565 commented 8 years ago

Just installed DNX via DNVM on my organization's web servers, and I have confirmed that the system path is not being written to when using DNVM's 'install/upgrade... -g' option. Only the user path is affected.

muratg commented 8 years ago

As we're moving to dotnet cli in RC2, no more changes in DNVM planned.