Skip to content

Instantly share code, notes, and snippets.

View thoo's full-sized avatar

Thein Oo thoo

  • University of Pittsburgh Medical Center
  • Pittsburgh, PA
View GitHub Profile
@thoo
thoo / Anaconda Install on EC2
Last active May 30, 2016 22:11 — forked from yangj1e/notebook.sh
Deploy Jupyter Notebook server
#!/usr/bin/env bash
cd ~
wget http://repo.continuum.io/archive/Anaconda3-4.0.0-Linux-x86_64.sh
bash Anaconda3-4.0.0-Linux-x86_64.sh -b
echo 'PATH="/home/ubuntu/anaconda3/bin:$PATH"' >> .bashrc
source ~/.bashrc
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.