mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 04:33:02 +00:00
Add to .bash_profile instead of .bashrc
This commit is contained in:
parent
ecc4303482
commit
a6031e7a3f
@ -17,8 +17,8 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
|||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
$ sudo apt install golang virt-manager curl
|
$ sudo apt install golang virt-manager curl
|
||||||
$ export GOPATH=$HOME/go >> ~/.bashrc
|
$ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
|
||||||
$ export PATH=$PATH:$GOPATH/bin >> ~/.bashrc
|
$ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile
|
||||||
$ source ~/.bashrc
|
$ source ~/.bashrc
|
||||||
|
|
||||||
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