|
|
|
|
|
by crdoconnor
4362 days ago
|
|
>But why not do this, anyway? It's one more thing that can break, and if it does, it will take time & effort to fix it. There's also no benefit as far as I can tell. Virtualenv + apt-get solve the environment issue for me... |
|
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.