question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"rustup" and "cargo" not be found at their default locations on Windows

See original GitHub issue

On 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:

rust_pref_before

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):

rust_pref_after

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mickaelistriacommented, Jun 20, 2018

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!

0reactions
LucasBullencommented, Jul 23, 2018

Tested @howlger’s patch on windows and it worked for me. If anyone still has issues on windows then please reopen this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found