I'm currently trying to run install Rust onto my linux x86_64 with the standalone installer.
I'm forced to use it since i got troubles with rustup, but that's another debate.
While trying to run the install.sh, i face multiple problems cause i don't have sudo privilegies and can't write in /usr/local/bin or other path.
I think , it is due to all the CFG_ path variable that are used.
Is there a simple way to handle it, or do i juste set all var for another file like ~/.tmp and pray for it ?