Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created August 14, 2014 15:43
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 pmorie/8f00cad1dac8fef24df0 to your computer and use it in GitHub Desktop.
Save pmorie/8f00cad1dac8fef24df0 to your computer and use it in GitHub Desktop.
export GOPATH=/home/vagrant/go
export KUBERNETES_MASTER=http://127.0.0.1:8080
export KUBE_MASTER_IP=http://127.0.0.1:8080
export API=http://127.0.0.1:8080/api/v1beta1
export PATH=/usr/local/go/bin:$PATH
PATH=$GOPATH/bin:$PATH:$HOME/.local/bin:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment