mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
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).
This commit is contained in:
parent
83a157266a
commit
0d311082a1
1 changed files with 3 additions and 1 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -103,7 +103,9 @@ def packages_openindiana
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
# needs separate provisioning step + reboot:
|
# needs separate provisioning step + reboot:
|
||||||
#pkg update
|
#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
|
ln -sf /usr/bin/python3.7 /usr/bin/python3
|
||||||
python3 -m ensurepip
|
python3 -m ensurepip
|
||||||
ln -sf /usr/bin/pip3.7 /usr/bin/pip3
|
ln -sf /usr/bin/pip3.7 /usr/bin/pip3
|
||||||
|
|
Loading…
Reference in a new issue