Created
April 11, 2021 06:03
-
-
Save simonholm/9903c30aa5b0747f95698e48f344ccc2 to your computer and use it in GitHub Desktop.
note to self, rustlang, add rust path manually instead of restart terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add rust path manually without restart terminal | |
source $HOME/.cargo/env | |
# alternatively adding following line to ~/.bash_profile | |
$ export PATH="$HOME/.cargo/bin:$PATH" | |
# HT https://www.tutorialspoint.com/rust/rust_environment_setup.htm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment