From 5b5188ef9918d196173a4a543532c497140e639c Mon Sep 17 00:00:00 2001 From: globalcow Date: Sat, 9 Jun 2018 21:45:14 +0200 Subject: [PATCH] Change all Python references to homebrew --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 180020eb5..8ae903c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,7 +171,7 @@ script: if [ "$BUILD" = "osx" ]; then ln -s _libembroidery.dylib python/binding/_libembroidery.so - install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/opt/python2/Frameworks/Python.framework/Versions/2.7/Python python/binding/_libembroidery.dylib + install_name_tool -change /System/Library/Frameworks/Python.framework/Versions/2.7/Python /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/Python python/binding/_libembroidery.dylib fi popd