Building a Debian/Ubuntu package from a virtualenv

Tim Chase python.list at tim.thechases.com
Wed Nov 26 16:06:04 EST 2014


I've created a small application in a virtualenv and would like to
package it up as a .deb file for distribution on various
Debian/Ubuntu (and derivatives) systems.

Are there any good resources documenting this process?  The biggest
issue involves using versions of modules installed via pip into my
virtualenv that are out of sync (usually newer) with what is available
in the stock repositories.

Thanks,

-tkc






More information about the Python-list mailing list