aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

DNVM Setup fails to set process path #490

Closed BrennanConroy closed 7 years ago

BrennanConroy commented 8 years ago

Currently reproed on Win 10, will try on Win 7

bricelam commented 8 years ago

Were you using PowerShell or Command Prompt?

BrennanConroy commented 8 years ago

CMD

j0nnyhughes commented 8 years ago

Is this because https://github.com/aspnet/Home/blob/dev/dnvm.cmd calls the actual install with "Powershell -Command{...}" creating a new process and therefore setting the path there instead of the main process being used by the user or build server for example?

bricelam commented 8 years ago

@jonnyh89 That was my theory too, but it looks like there is code to copy the values to a batch file and invoke that after PowerShell has exited.