Browse Source

vagrant: darwin: give configure options so libpython gets build

it is needed by pyinstaller to build the borg binary
Thomas Waldmann 9 years ago
parent
commit
c557613e3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Vagrantfile

+ 1 - 1
Vagrantfile

@@ -166,7 +166,7 @@ def packages_darwin
     if which pyenv > /dev/null; then
     if which pyenv > /dev/null; then
         eval "$(pyenv init -)"
         eval "$(pyenv init -)"
     fi
     fi
-    pyenv install 3.4.3
+    env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3
     pyenv global 3.4.3
     pyenv global 3.4.3
     pyenv rehash
     pyenv rehash
     python -m pip install virtualenv
     python -m pip install virtualenv