cmake(ci): Fix Vagrant Python
This commit is contained in:
2
cmake/vagrant/freebsd/python/Vagrantfile
vendored
2
cmake/vagrant/freebsd/python/Vagrantfile
vendored
@@ -95,7 +95,7 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.provision "devel", type: "shell", inline:<<-SHELL
|
||||
set -x
|
||||
echo 'export PATH=/home/root/.local/bin:$PATH' >> /home/root/.bashrc
|
||||
echo 'export PATH=${HOME}/.local/bin:$PATH' >> ${HOME}/.bashrc
|
||||
cd project
|
||||
ls
|
||||
SHELL
|
||||
|
||||
Reference in New Issue
Block a user