Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify PATH appends in respective instructions #183

Open
pvalena opened this issue Feb 28, 2017 · 1 comment
Open

Unify PATH appends in respective instructions #183

pvalena opened this issue Feb 28, 2017 · 1 comment

Comments

@pvalena
Copy link
Contributor

pvalena commented Feb 28, 2017

f.e.:

$ mkdir -p $HOME/go
$ echo 'export GOPATH=$HOME/go' >> $HOME/.bashrc
$ source $HOME/.bashrc

This should IMO not be included in ~/.bashrc at all. I believe the proper place is ~/.profile or ~/.bash_profile or /etc/profile.

Quite good explanation can be found here.

@pvalena
Copy link
Contributor Author

pvalena commented Mar 6, 2017

Please see also #169.

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

No branches or pull requests

2 participants