Skip to content

Instantly share code, notes, and snippets.

@reinaldons
Last active September 2, 2016 12:08
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 reinaldons/5c86f1c19986f318b35e88b87e7b3391 to your computer and use it in GitHub Desktop.
Save reinaldons/5c86f1c19986f318b35e88b87e7b3391 to your computer and use it in GitHub Desktop.
Append for Kubuntu .bashrc
# autoenv
. /usr/local/bin/activate.sh
. /usr/share/virtualenvwrapper/virtualenvwrapper.sh
. ~/.bash_prompt
export GOROOT=/usr/lib/go-1.6
export PATH=$PATH:$GOROOT/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment