From c557613e3a47896e89a640030a8e2ab92cef11a4 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 21 Sep 2015 21:20:33 +0200 Subject: [PATCH] vagrant: darwin: give configure options so libpython gets build it is needed by pyinstaller to build the borg binary --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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