From ee8a653b136c4faacedf297c61ab435620b9ba00 Mon Sep 17 00:00:00 2001 From: Job Evers-Meltzer Date: Tue, 16 Aug 2016 14:43:49 -0500 Subject: [PATCH] argh. so much hate --- packaging/osx/lbry-osx-app/setup_app.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/osx/lbry-osx-app/setup_app.sh b/packaging/osx/lbry-osx-app/setup_app.sh index 9487b00f8..de8922791 100755 --- a/packaging/osx/lbry-osx-app/setup_app.sh +++ b/packaging/osx/lbry-osx-app/setup_app.sh @@ -45,9 +45,10 @@ fi pip install dmgbuild jsonrpc certifi +which pip +which python echo $PATH export PATH=${PATH}:/Users/travis/Library/Python/2.7/bin -which dmgbuild dmgbuild --help # the default py2app (v0.9) has a bug that is fixed in the head of /metachris/py2app