|
|
|
|
|
by objectified
3790 days ago
|
|
Being able to ship a self contained binary of your application is a very powerful concept, on which many seem to agree. The way I see it, pip and virtualenv are not practical for deployment or distribution. You shouldn't have to download and install things during a production deployment. I even created a tool (https://github.com/objectified/vdist) to mitigate this problem, but it will always be a hack when doing it this way. |
|
Usual procedure - update the shared library, restart affected services. Go - recompile everything.