When trying to do a “Manual Setup” of Redox - as mentioned on https://github.com/redox-os/redox -
I figure out that my Rust installation, which I use on a daily basis, becomes a problem:
$ curl https://sh.rustup.rs -sSf | sh
info: downloading installer
warning: it looks like you have an existing installation of Rust
warning: rustup cannot be installed alongside Rust. Please uninstall first
warning: run /usr/local/lib/rustlib/uninstall.sh
as root to uninstall Rust
error: cannot install while Rust is installed
Why is it not possible to have 2 rust installations ? What is in the way ?