Skip to content

Instantly share code, notes, and snippets.

@korakot
Last active June 24, 2021 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korakot/4d4299609674ee3740cde33c6447307a to your computer and use it in GitHub Desktop.
Save korakot/4d4299609674ee3740cde33c6447307a to your computer and use it in GitHub Desktop.
Install rustup (though rust somehow doesn't work properly)
!wget https://sh.rustup.rs --content-disposition
!sh rustup-init.sh -y
import os
os.environ['PATH'] += ':/root/.cargo/bin'
# still fail with this
# !cargo install evcxr_jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment