Quote:
Originally Posted by kovidgoyal
Why do you want to use a venv? calibre contains its own isolated python already. Simply use it. If you want to import some other packages, then add the path to them to sys.path before importing them.
|
Well installing libraries is usually done within a venv, not system wide. So how does that work? I can't install a library legitimately without venv. (Not really.)
Again, I could be missing something.