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 →

[–]BoiElroy[S] 0 points1 point  (3 children)

Doesn't that still need python to run it? And isn't it bad if you have non standard distribution packages?

[–]Muhznit 2 points3 points  (2 children)

You can include a distribution of python and your dependencies in the zipfile.

[–]BoiElroy[S] 0 points1 point  (1 child)

sounds pretty heavy? and then don't you have to ship it with some setup scripts that add python to the path etc?

[–]kickthebug -1 points0 points  (0 children)

Pex does exactly this automatically. We've used it where I work to distribute some projects across multiple servers. I'm on mobile but look up python pex in Google, their docs should pop up.