So I installed rust in my WSL (Ubuntu) as the official site says, by doing
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
I see the commands exist (cargo, rustc, rustup) in ~/.cargo/bin
but I can't use them in my shell. I know I have to add the folder in my PATH
but I am kinda new to Linux so I have no idea how to do that. Any help would be greatly appreciated.
Shell - Fish
OS - WSL Ubuntu 20.04.2 LTS