Skip to content

Instantly share code, notes, and snippets.

@g24swint
Created February 20, 2016 22:14
Show Gist options
  • Save g24swint/cada734204c2ed47d8fa to your computer and use it in GitHub Desktop.
Save g24swint/cada734204c2ed47d8fa to your computer and use it in GitHub Desktop.
aws setup instructions

instance

Install aws linux ami user to login name is ec2-user

get git

sudo yum install git

get anaconda - 64-bit

curl -O [anaconda3-x64 url]

install anaconda - default location

./Anaconda3*.sh

create conda env [default env location]

conda create -n dp_env python

make python directory

mkdir python

install alias for the env and notebook

cat >> .bashrc alias dp_env="source activate dp_env ; cd python" alias pynote="jupyter notebook --no-browser --port=44400"

setup putty to tunnel those ports and use the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment