Install
DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe
Install
dotnet-win-x64.1.1.0.exe
Install
dotnet-dev-win-x64.1.0.0-preview2-1-003177.exe
Open command prompt
Type
dotnet --version
Output of DotNet core version information
'dotnet ' is not recognized as an internal or external command
I cannot find anywhere in the documentation or readme information about what needs to be in the PATH and maybe what should NOT be in the PATH and in WHAT ORDER.
path.txt
dotnet --info
output:
(unable to produce)
See attached path.txt file which was produced via $env:PATH -split ';' | Out-File path.txt
Same issue here,
@dhruvb14 : Thanks. Adding C:\Program Files\dotnet to the path works.
FYI: I used a free tool named Rapid Environment Editor from rapidee.com to make the change. That tool needs to be launched "As Administrator" in order to change the System Path.
dotnet
is put on the PATH by the host which is built from the core-setup repo. Moving the issue there.
Most helpful comment
Same issue here,