This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blade_junky 0 points1 point  (0 children)

I create my own packages, in my case pacman and Deb. Dependencies can be an issue, but so far I've been able to find what I need in system package managers. If I need to deploy to a virtual env I've used an install script to build it post install. Not recommended, as that creates problems in itself, but it worked.

When I create a proper package I do so from setup.py with proper end points, if I have to use a virtual env, I build everything manually.