From 69d89d75b1fb0d18b2a7df1e5a622584ad720e24 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 29 Sep 2020 11:02:20 +0200 Subject: [PATCH] vagrant: install gcc-7 on openindiana otherwise it does not find the C compiler. also: add a note that we want to have python-37 package (in a comment, because it is already preinstalled in our base VM image). --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e15c80c98d..d54a8c9b05 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -146,7 +146,8 @@ def packages_openindiana # needs separate provisioning step + reboot: #pkg update # already installed: - #pkg install python-35 virtualenv-35 pip-35 clang-40 lz4 zstd git + #pkg install python-37 python-35 virtualenv-35 pip-35 clang-40 lz4 zstd git + pkg install gcc-7 ln -sf /usr/bin/python3.5 /usr/bin/pyton3 ln -sf /usr/bin/virtualenv-3.5 /usr/bin/virtualenv ln -sf /usr/bin/pip-3.5 /usr/bin/pip