Terminal Emulator (Posting On Python-List Prohibited)

Barry barry at barrys-emacs.org
Sun May 19 17:45:09 EDT 2024



> On 18 May 2024, at 16:27, Peter J. Holzer via Python-list <python-list at python.org> wrote:
> 
> I don't think Linux users have to deal with venvs

Modern debian (ubuntu) and fedora block users installing using pip.
You must use a venv to pip install packages from pypi now.
This is implemented in python and pip and enabled by the distros.

There are ways to turn off the blocking, but it’s strongly discouraged
by the distros.

Barry





More information about the Python-list mailing list