Trying to use rustup without having the bin folder added to my path.
Running rustc directly seems to work fine, but things break when trying to run cargo.
~/g/R/test> /home/hansihe/.cargo/bin/rustup run nightly-2016-05-07 rustc --version
rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)
~/g/R/test> /home/hansihe/.cargo/bin/rustup run nightly-2016-05-07 cargo --version
error: Could not execute process `rustc -vV` (never executed)
Caused by:
No such file or directory (os error 2)
I saw some other issues getting similar errors, but I am unsure if the issues are related.
Trying to use rustup without having the bin folder added to my path.
Running
rustcdirectly seems to work fine, but things break when trying to runcargo.I saw some other issues getting similar errors, but I am unsure if the issues are related.