Terminal Emulator (Posting On Python-List Prohibited)
Thomas Passin
list1 at tompassin.net
Sun May 19 19:35:13 EDT 2024
On 5/19/2024 6:34 PM, Grant Edwards via Python-list wrote:
> On 2024-05-19, Barry via Python-list <python-list at python.org> wrote:
>>
>>
>>> 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 can't even use pip to do "user" installs?
Nope, often not. The error messages I've gotten do tell you to use the
"--break-system-packages" flag if you really, really want to install the
package. So
python3 -m pip install --user --break-system-packages [--upgrade]
<package name>
Or install an additional version of Python that isn't managed by the system.
> Grant
>
More information about the Python-list
mailing list