Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <mailman.36.1716158076.2909.python-list@python.org>
Deutsch   English   Français   Italiano  
<mailman.36.1716158076.2909.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups: comp.lang.python
Subject: Re: Terminal Emulator (Posting On Python-List Prohibited)
Date: Sun, 19 May 2024 18:34:34 -0400 (EDT)
Lines: 14
Message-ID: <mailman.36.1716158076.2909.python-list@python.org>
References: <20240518151913.w5qqsw67gndy57ry@hjp.at>
 <0A01893C-85EC-4B50-BCDB-BCA5133C6536@barrys-emacs.org>
 <4VjFqt51WCznWGh@mail.python.org>
X-Trace: news.uni-berlin.de uUigQZOC4eh7knLI0bW4RQ7AY76yMU974J0U4Z8o20rA==
Cancel-Lock: sha1:8fT2VPVvA+SEkIZWoBb0223Oji0= sha256:1YfFYE8xAejo07lgKoaxyVB8yy9yPsBGvVHPYZl7/0M=
Return-Path: <grant.b.edwards@gmail.com>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
 dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.007
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'pip': 0.04; 'debian':
 0.09; 'fedora': 0.09; 'linux': 0.09; 'pip.': 0.09;
 'subject:Python': 0.12; 'barry': 0.16;
 'from:addr:grant.b.edwards': 0.16; 'from:name:grant edwards':
 0.16; 'holzer': 0.16; 'wrote:': 0.16; 'grant': 0.17; "can't":
 0.17; 'installing': 0.19; 'to:addr:python-list': 0.20; 'header
 :User-Agent:1': 0.30; 'think': 0.32; 'python-list': 0.32;
 'from:addr:gmail.com': 0.35; 'using': 0.37; 'use': 0.39; 'block':
 0.39; 'message-id:invalid': 0.68; 'subject:List': 0.71; 'deal':
 0.73; '"user"': 0.84; 'subject:Posting': 0.84
User-Agent: slrn/1.0.3 (Linux)
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <4VjFqt51WCznWGh@mail.python.org>
X-Mailman-Original-References: <20240518151913.w5qqsw67gndy57ry@hjp.at>
 <0A01893C-85EC-4B50-BCDB-BCA5133C6536@barrys-emacs.org>
Bytes: 2813

On 2024-05-19, Barry via Python-list <python-list@python.org> wrote:
>
>
>> On 18 May 2024, at 16:27, Peter J. Holzer via Python-list <python-list@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?

--
Grant