User Tools

Site Tools


pythonadministration

Packaging

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.

pythonadministration.txt · Last modified: 2012/06/12 17:19 by mantis