b079cb8f64
* Instead of doing a bad job at symlinking binaries (it doesn't work if you install new components, e.g. cargo-clippy) install a file as /etc/profile.d/rustup.sh which sets PATH correctly
2 lines
97 B
Bash
2 lines
97 B
Bash
# Export PATH ourselves so we don't need to run rustup-init
|
|
export PATH="$PATH:$HOME/.cargo/bin"
|