|
|
|
|
|
by ominous_prime
4359 days ago
|
|
I'm happy that it works for you, but many people have complex infrastructures that aren't easily deployed with virtualenv+apt-get alone. I wish I could deploy our python apps with virtualenv alone, but before docker we ended up having to create our own deployment system to wrap the virtualenv with all the associated dependencies so it could be pushed to various environments in a deterministic manner. |
|
For your development environment? Seriously?
>I wish I could deploy our python apps with virtualenv alone
I thought this was about dev environments? For deployment (and testing deployment) I use a virtual machine too - vagrant/virtualbox + ansible. Yes, I wouldn't want to pollute my computer with that stuff either.
I wouldn't want to develop inside a virtual machine, though.