Skip to content

Instantly share code, notes, and snippets.

@csmr
Created October 2, 2018 16:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csmr/c80b4778fdf024e379b927646cb7dd94 to your computer and use it in GitHub Desktop.
Save csmr/c80b4778fdf024e379b927646cb7dd94 to your computer and use it in GitHub Desktop.
Copypaste into shell to quickly get rust repl in debian stretch
sudo apt remove rustc '^libstd-rust*'
curl https://sh.rustup.rs -sSf | sh
# [ hit enter for default]
source $HOME/.cargo/env
rustc --version
cargo --version
cargo install evcxr_repl
evcxr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment