Last active
December 20, 2015 13:49
-
-
Save stuntgoat/6142012 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export GOROOT=/usr/local/go | |
export PATH=$PATH:$GOROOT/bin | |
export GOPATH=$HOME/go | |
export PATH=$PATH:$GOPATH/bin | |
eval `ssh-agent -s` | |
ssh-add $HOME/.ssh/github # for disco-files repo | |
ssh-add $HOME/.ssh/nn_trainer_key # for nn_trainer repo | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment