This was silently failing, but now I’m running all Bash scripts with -e, it now breaks the build. The delocation installation issues this warning:
Installing collected packages: delocate
WARNING: The scripts delocate-addplat, delocate-fuse, delocate-listdeps, delocate-patch, delocate-path and delocate-wheel are installed in '/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed delocate-0.8.0
This was silently failing, but now I’m running all Bash scripts with
-e
, it now breaks the build. Thedelocation
installation issues this warning:delocate-wheel
mac-py34
build inbuild.yml