sudo dtruss
otool -L executable
nm --demangle --defined-only --dynamic libfoo.so
PYTHONDONTWRITEBYTECODE=0 jupyter notebook notebook.ipynb --NotebookApp.token=
python3 -m cProfile -o program.prof my_program.py && snakeviz program.prof
pip3 install --user --editable path/to/library
git rebase --interactive HEAD~2
git archive --format=zip HEAD -o ../[name].zip
zip -r catlist catlist -x *.git*
install_name_tool -change /usr/local/lib/libblah.0.dylib @rpath/libblah.dylib monsuperprogramme