You are not logged in.
Posting here before I try the Rust forums.
I initially installed Rust with pacman and later removed it with
pacnan -Rsto install the "rustup way".
I get the following error when executing a `cargo add ...`
-bash: /usr/bin/cargo: No such file or directoryWondering how to go about correcting this issue.
Offline
How did you install rustup?
Offline
run `hash -r` and try again
Offline
@lunaryorn, I installed:
curl https://sh.rustup.rs -sSf | shOffline
run `hash -r` and try again
hash -r cargoworked!
Solved
Offline
@lunaryorn, I installed:
curl https://sh.rustup.rs -sSf | sh
Read https://wiki.archlinux.org/title/Rust#Rustup and pay special attention to the red(dish) colored box .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline