Open
Description
I've been trying for 3 or 4 days to install. My name is /home/pi, but I wanted to install to /home/production so that everyone could use it. Here are problems that I encountered:
- I put '/' at the end of directory names in RUSTUP_HOME and CARGO_HOME. This was reasonable. You folks didn't check for it.
- The install died because etc library wasn't found. You folks should create it if not found.
- After failing, I tried to "rustup self uninstall", and it said the package wasn't installed to ~/.cargo. Of course not!
- You should not assume that if someone is uninstalling, that all directories and files are right where you put them.
- If allowing library to be installed elsewhere, the updates to .bashrc and .profile should be allowed to be global.
- The compiler kept giving "illegal instruction". --Probably because of installing to unfamiliar territory.