Skip to content

Instantly share code, notes, and snippets.

@simonholm
Created April 11, 2021 06:03
Show Gist options
  • Save simonholm/9903c30aa5b0747f95698e48f344ccc2 to your computer and use it in GitHub Desktop.
Save simonholm/9903c30aa5b0747f95698e48f344ccc2 to your computer and use it in GitHub Desktop.
note to self, rustlang, add rust path manually instead of restart terminal
# 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