1
0
Fork 0

Add source .bash_profile to .bashrc (not sourced by default in Ubuntu)

master
dump_stack() 2018-07-12 08:20:35 +00:00
parent cb1214d518
commit bce29f3995
1 changed files with 1 additions and 0 deletions

View File

@ -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 PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
$ echo 'source ~/.bash_profile' >> ~/.bashrc
$ source ~/.bash_profile
You need to **relogin** if you install virt-manager (libvirt) first time.