Add source .bash_profile to .bashrc (not sourced by default in Ubuntu)
This commit is contained in:
parent
cb1214d518
commit
bce29f3995
@ -15,6 +15,7 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
|||||||
|
|
||||||
$ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
|
$ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
|
||||||
$ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
|
$ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
|
||||||
|
$ echo 'source ~/.bash_profile' >> ~/.bashrc
|
||||||
$ source ~/.bash_profile
|
$ source ~/.bash_profile
|
||||||
|
|
||||||
You need to **relogin** if you install virt-manager (libvirt) first time.
|
You need to **relogin** if you install virt-manager (libvirt) first time.
|
||||||
|
Loading…
Reference in New Issue
Block a user