mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
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 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.
|
||||
|
|
Loading…
Reference in a new issue