Install Rust & Cargo

Ubuntu WSL Windows

$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
...
Rust is installed now. Great!
            

$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
...
Rust is installed now. Great!
            
a. Download installer & install. Rust is installed in C:\Users\amitk\.cargo
b. Open cmd prompt & check PATH variable is configured correctly or not.