From bce29f3995f1ba570b265052043ba820a743817b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 08:20:35 +0000 Subject: [PATCH] Add source .bash_profile to .bashrc (not sourced by default in Ubuntu) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f32c25..1192b2c 100644 --- a/README.md +++ b/README.md @@ -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.