"rustup" and "cargo" not be found at their default locations on Windows
See original GitHub issueOn windows rustup and cargo are not found at their default locations. The following screenshot shows the preference dialog Windows > Preferences: Rust after starting the Eclipse IDE for Rust Developers for the first time:
As a workaround, the checkbox can be deactivated, the paths for rustup and cargo entered manually and the Toolchain can be switched to e. g. Stable (screenshot for Windows user User
):
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
cargo\bin PATH issue on Windows (absolute beginner) - help
I've installed rust on several Windows computers at work and it all Just Worked. If rustup is actually adding ~\.cargo\bin to the PATH...
Read more >Installation - The rustup book
rustup installs rustc , cargo , rustup and other standard tools to Cargo's bin directory. On Unix it is located at $HOME/.cargo/bin and...
Read more >Where does rustup install itself to? - Stack Overflow
On Unix it is located at $HOME/.cargo/bin and on Windows at %USERPROFILE%\.cargo\bin . This is the same directory that cargo install will ...
Read more >rustup.rs - The Rust toolchain installer
rustup is an installer for the ... Run the following in your terminal, then follow the onscreen instructions. ... If not, display all...
Read more >Troubleshoot Rust issues | Substrate_ Docs
If after installing Rust the commands don't seem to work, showing errors such as command not found: rustup , make sure it your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe none of current contributors do use Windows. So if anyone facing this issue could submit a working patch for Windows, that would be helpful!
Tested @howlger’s patch on windows and it worked for me. If anyone still has issues on windows then please reopen this issue.