Okay, #python people. I've been reading about #virtualenv and I totally get it in the context of development. What I don't get is distribution. If I finish building a command line app in python and want to share it, would everyone that wants to use it have to set up a virtualenv on their end to do so? And what about in context of a cron job? Is it normal to script a wrapper that launches it in virtualenv context? What am I missing here?
@tomasino you can pack up a python application and its deps as a single binary
@ckeen okay, that's totally what I need! Can you give me a name or a link to start my learning on that front?
@tomasino My pleasure! 💜