summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-08-31 18:41:06 +0100
committerMarkos Chandras <mchandras@suse.de>2017-09-16 10:30:55 +0100
commitfd28594a47af292d43352372f591174a6585eaad (patch)
tree523029642362768ccf93568b8a0bfd106621b18e /xci
parent9c2b6ae1f9eccec52c1a6e576e281606ea4a4936 (diff)
xci: Vagrantfile: Set $HOME/.local/bin to path
It appears that pip install --user puts files in .local/bin which may not always be in $PATH. Change-Id: Ifa9fb3ee448471a00986e7f6f51544a3e436c9e1 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci')
-rw-r--r--xci/Vagrantfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/Vagrantfile b/xci/Vagrantfile
index a2022509..908f5d5e 100644
--- a/xci/Vagrantfile
+++ b/xci/Vagrantfile
@@ -43,6 +43,7 @@ Vagrant.configure(2) do |config|
export VM_DISK=${VM_DISK:-40}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048}
export VM_DOMAIN_TYPE=qemu
+ export PATH=$PATH:$HOME/.local/bin
[[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa
./xci-deploy.sh
SHELL
@@ -76,6 +77,7 @@ Vagrant.configure(2) do |config|
export VM_DISK=${VM_DISK:-40}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048}
export VM_DOMAIN_TYPE=qemu
+ export PATH=$PATH:$HOME/.local/bin
[[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa
./xci-deploy.sh
SHELL
@@ -107,6 +109,7 @@ Vagrant.configure(2) do |config|
export VM_DISK=${VM_DISK:-40}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048}
export VM_DOMAIN_TYPE=qemu
+ export PATH=$PATH:$HOME/.local/bin
[[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa
./xci-deploy.sh
SHELL
@@ -132,6 +135,7 @@ Vagrant.configure(2) do |config|
export VM_DISK=${VM_DISK:-40}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-2048}
export VM_DOMAIN_TYPE=qemu
+ export PATH=$PATH:$HOME/.local/bin
[[ ! -e ${HOME}/.ssh/id_rsa ]] && ssh-keygen -q -P '' -f ${HOME}/.ssh/id_rsa
./xci-deploy.sh
SHELL