v2.0
Use a separate /srv/myapp/venv
directory instead of making /srv/myapp
a venv. This helps with in-place Python upgrades. Virtual environments should be considered ephemeral, so they are easy to recreate with 2 commands in under 10 minutes. This change helps with that (previously, deleting the venv required manually identifying its files.)