Configure and access to the newest rust and friends after install

Hi, I use ubuntu 18.04. I installed rust with:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

To configure and access to the newest rust and friends after install, should I go:

source ~/.profile
or
source $HOME/.cargo/env

Thanks

Both will work, because the first command also runs the second one.

You can also open a new terminal window/ssh session instead.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.