-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet not recogonized - possible PATH issue? #7428
Comments
Same issue here,
|
@dhruvb14 : Thanks. Adding C:\Program Files\dotnet to the path works. |
|
Thx,bro!!! |
u save me, thanks bro. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
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
Expected behavior
Output of DotNet core version information
Actual behavior
'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
Environment data
dotnet --info
output:(unable to produce)
PATH
See attached path.txt file which was produced via $env:PATH -split ';' | Out-File path.txt
The text was updated successfully, but these errors were encountered: