wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Is there a reason the Linux Installation Instructions advises disabling the externally managed flag for Python?

Open LordXerus opened this issue 11 months ago • 2 comments

Since Python 3.5 or so, venv is a built-in, fairly easy to use way to isolate dependencies.

We can create venvs instead of installing directly into the system Python, and avoid creating conflicts with built in package managers.

Only downside I can see is the venv needs to be activated before Bazarr can be accessed.

LordXerus avatar Feb 11 '25 06:02 LordXerus

Simply because it was the easiest fix for this wiki page at time. I'll be happily merging a PR to update this page and pripose both options.

morpheus65535 avatar Feb 11 '25 11:02 morpheus65535

Cool, I started on it. I'll make it a PR when I finish it...

soon (tm)

LordXerus avatar Feb 25 '25 19:02 LordXerus