|
|
|
|
|
by mrweasel
384 days ago
|
|
I just install the libraries I need using the operating systems package manager. Works perfectly fine. In development I do use virtualenvs because I need to keep track of which dependencies are required, but in production I just apt-get install. |
|