~mediagoblin/mediagoblin#26: 
Add link in deployment docs to --system-site-packages rationale

Using a virtualenv is a bit of a tricky compromise, because it means that while we benefit from security updates in the OS-packaged versions, updates can also break compatibility with the pip installed packages. I'd like to make sure we really spell out this rationale in detail compared to say not using --system-site-packages or using all OS-installed packages on compatible operating systems.

Status
REPORTED
Submitter
~sturm
Assigned to
No-one
Submitted
3 years ago
Updated
2 years ago
Labels
No labels applied.

~shtrom 2 years ago

I'm a bit doubtful of the security argument. However, I think the system-site-packages is nonetheless mandatory, so that python-gobject, which is not a native Python module installable from PyPi is accessible to the Virtualenv. It is needed for GStreamer.

Register here or Log in to comment, or comment via email.