Home | About | Apps | Github | Rss

Python Deployments Wishlist

Am currently faced with a baffling realisation of the reality that there is no one sane way to deploy python applications.

It’s utterly annoying that I cannot just tar a virtual env and use it.

Performing pip install on every deploy is plain ridiculous. Downloading from the internet on every code change with separate virtualenv is a nogo. No RPMs, nope, no way am writing another spec file.

Wishlist:

Am starting to hack a prototype with fabric, python and Ansible, which is already proving to be challenging but looks doable.


More posts