Hello
I installed Rust following this guide:
"On Windows, go to Install Rust - Rust Programming Language and follow the instructions for installing Rust. At some point in the installation, you’ll be prompted to install Visual Studio. This provides a linker and the native libraries needed to compile programs. If you need more help with this step, see https://rust-lang.github.io/rustup/installation/windows-msvc.html." I did this.
However when I open shell and type in this command, as highlighted in the guide:
" To check whether you have Rust installed correctly, open a shell and enter this line:"
$ rustc --version
I get the following error message:
"$ : "$" wasn't recognized as the name of a Cmdlet of a function, a script file or an executable program. Please check the spelling of the name, whether the path is correct (if available) and repeat the process.
In Zeile:1 Zeichen:1
- $ rustc --version
- ~
- CategoryInfo : ObjectNotFound: ($:String) , CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException"
I'm running Windows 11 Home.
Would be thankful for any points.
Cheers, a Newbie