Re: Joining the team! Again with policy acceptance.

2023-03-05 Thread Scott Kitterman
On Sunday, March 5, 2023 12:51:59 PM EST Scarlett Moore wrote: > Hi! > My name is Scarlett Moore, I have been working on https://salsa.debian.org/ > mycroftai-team which consists of many python packages relating to voice AI. > Mycroft is no more, but forked. I would like to move these packages to

Joining the team! Again with policy acceptance.

2023-03-05 Thread Scarlett Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi! My name is Scarlett Moore, I have been working on https://salsa.debian.org/ mycroftai-team which consists of many python packages relating to voice AI. Mycroft is no more, but forked. I would like to move these packages to the python umbrella so

Joining the team! Please

2023-03-05 Thread Scarlett Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi! My name is Scarlett Moore, I have been working on https://salsa.debian.org/ mycroftai-team which consists of many python packages relating to voice AI. Mycroft is no more, but forked. I would like to move these packages to the python umbrella

Re: #!/usr/bin/python3 vs virtualenv

2023-03-05 Thread Marc Glisse
(sorry for replying to a random message, I am not subscribed to the list) I don't use `sudo pip`, too risky. I used to use pip to install packages with the implicit --user option (for things not available via apt). And I am aware of --break-system-packages, I used it the first time pip

Re: #!/usr/bin/python3 vs virtualenv

2023-03-05 Thread Jorge Moraleda
FWIW, I am one of those power users that develop python applications and prefer the simplicity of a single environment. In my personal experience, installing using `sudo pip` (or user pip, which I don't do at all) is not a frequent operation for users that choose to manage a single environment.

Re: #!/usr/bin/python3 vs virtualenv

2023-03-05 Thread Julian Gilbey
On Fri, Mar 03, 2023 at 04:22:11PM -0500, Jorge Moraleda wrote: > Jeremy, Thank you for your quick reply! > > I did not know about `sudo pip install --break-system-packages foo` orĀ  `sudo > rm > /usr/lib/python3.11/EXTERNALLY-MANAGED` (Frankly I only knew about this issue > what I have read on