When I was trying to install rust on this Linux machine, it worked (though it did say the $HOME is not the same as euid derived home). I ran the script again (the standard rustup.sh script), this time using -y, and it installed just fine. But when I tried to make a new project, and run it, it claimed that it was not able to find Cargo.toml even though it was in the correct directory.
Screenshot:
Things of Note:
- The root is simulated using
proot - I did run
source "$HOME/.cargo/env" - The euid-derived home is
/root - I did not use
sudoduring the install - Regular
rustcworks when compiling the source - When I direct it to the exact path of
Cargo.toml, it says that it cannot find the target directory. stracedose not work on this machine.
