summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-09-21 21:20:33 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-09-21 21:20:33 +0200
commitc557613e3a47896e89a640030a8e2ab92cef11a4 (patch)
treea0529b0de32b0faf90114e0153d51c7ded4a86e0 /Vagrantfile
parent9dc98eeb4588d0decb29f9e5b7d923ea23c171ec (diff)
vagrant: darwin: give configure options so libpython gets build
it is needed by pyinstaller to build the borg binary
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 77832fe73..381fceedd 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -166,7 +166,7 @@ def packages_darwin
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
- pyenv install 3.4.3
+ env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3
pyenv global 3.4.3
pyenv rehash
python -m pip install virtualenv