Deutsch English Français Italiano |
<mailman.31.1716155806.2909.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry <barry@barrys-emacs.org> Newsgroups: comp.lang.python Subject: Re: Terminal Emulator (Posting On Python-List Prohibited) Date: Sun, 19 May 2024 22:45:09 +0100 Lines: 19 Message-ID: <mailman.31.1716155806.2909.python-list@python.org> References: <20240518151913.w5qqsw67gndy57ry@hjp.at> <0A01893C-85EC-4B50-BCDB-BCA5133C6536@barrys-emacs.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de A+8nsXU4NciOOchQnq96ZgfFy15XAN++dQSx/K8NaZuw== Cancel-Lock: sha1:lwXCY5ylkem4AlqS4YWEUNs2Bmc= sha256:mSrehXYytpKuuWrerezQyEd4OfPiu6RktgILuor5BoU= Return-Path: <barry@barrys-emacs.org> 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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pip': 0.04; 'pypi': 0.05; 'cc:addr:python-list': 0.09; 'debian': 0.09; 'enabled': 0.09; 'fedora': 0.09; 'from:addr:barry': 0.09; 'linux': 0.09; 'pip.': 0.09; 'received:217.70': 0.09; 'received:217.70.178': 0.09; 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09; 'subject:Python': 0.12; 'cc:no real name:2**0': 0.14; 'barry': 0.16; 'from:addr:barrys-emacs.org': 0.16; 'holzer': 0.16; 'message-id:@barrys-emacs.org': 0.16; 'wrote:': 0.16; 'python': 0.16; 'installing': 0.19; 'cc:addr:python.org': 0.20; 'install': 0.23; 'cc:2**0': 0.25; 'packages': 0.31; 'think': 0.32; 'python- list': 0.32; 'but': 0.32; 'there': 0.33; 'header:In-Reply-To:1': 0.34; 'using': 0.37; 'use': 0.39; 'block': 0.39; 'received:217': 0.67; 'subject:List': 0.71; 'deal': 0.73; 'implemented': 0.76; 'discouraged': 0.84; 'subject:Posting': 0.84 In-Reply-To: <20240518151913.w5qqsw67gndy57ry@hjp.at> X-Mailer: iPad Mail (21F79) X-GND-Sasl: barry@barrys-emacs.org 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: <0A01893C-85EC-4B50-BCDB-BCA5133C6536@barrys-emacs.org> X-Mailman-Original-References: <20240518151913.w5qqsw67gndy57ry@hjp.at> Bytes: 3355 > On 18 May 2024, at 16:27, Peter J. Holzer via Python-list <python-list@pyt= hon.org> wrote: >=20 > 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=E2=80=99s strongly discourag= ed by the distros. Barry