Created
August 29, 2013 22:40
-
-
Save asmedrano/6384289 to your computer and use it in GitHub Desktop.
Set Go Env vars
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
#!/bin/bash | |
export GOPATH=`pwd` | |
export PATH=$PATH:$GOPATH/bin | |
# in order to have the env variables set you need to run this script with 'source' or '.' instead of just 'bash' or './' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment