===== Packaging ===== ==== Python setup.py to DEB package ===== [[http://www.smallbulb.net/2011/194-python-setup-py-to-deb-package | Found]] it here. Often Python packages come with setup.py utility but you'd like have a .deb file. Do sudo aptitude install python-stdeb python setup.py --command-packages=stdeb.command bdist_deb and install the package with dpkg.