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