From 0d311082a1ed6f4e7c8c14448aa8b813e9e1d739 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9a58d9b4d..328ecc636 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -103,7 +103,9 @@ def packages_openindiana return <<-EOF # needs separate provisioning step + reboot: #pkg update - pkg install python-37 clang-40 lz4 zstd git + # already installed: + #pkg install python-37 python-35 virtualenv-35 pip-35 clang-40 lz4 zstd git + pkg install gcc-7 ln -sf /usr/bin/python3.7 /usr/bin/python3 python3 -m ensurepip ln -sf /usr/bin/pip3.7 /usr/bin/pip3