You're deploying a Python application that uses its own virtualenv with libraries different from the system installed libraries, and you need to install those libraries the best way possible.
I ask this because it's clear that the binary is going to go to /usr/local/bin
, and the application assets to /usr/local/share/application
but I don't know if there's a convention that kind of data.
Where do you store the virtualenv? /usr/local/share/application
, /srv/application
, /var/local/application
?