Message336725
| Author | ionelmc |
|---|---|
| Recipients | Anthony Sottile, Chris Billington, Ivan.Pozdeev, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, emma_smith, eric.smith, eric.snow, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky |
| Date | 2019-02-27.00:30:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CANkHFr_UvwDD1CSSejp4HW_8nfycpv7m4n4=N0WcvH8qo91DXg@mail.gmail.com> |
| In-reply-to | <2832BB08-0306-4A98-BE70-7C475E83E4B4@python.org> |
| Content | |
|---|---|
On Wed, Feb 27, 2019 at 1:31 AM Barry A. Warsaw <report@bugs.python.org> wrote: > Your sudo may not be my sudo. :) Let’s say I update my Ubuntu desktop and a new version of package with a pth breaks. > Maybe I didn’t even know I was doing that, via automated updates, or management portal, etc. > Now a poor user who depends on this has their code break. How do *they* debug the problem? Well that's easy: * update my Ubuntu desktop -> stuff breaks -> rollback/downgrade * automated updates -> stuff breaks -> stop using them, and learn lesson ;) * management portal -> stuff breaks -> complain to sysadmin Desktop users don't need to debug problems, devs/sysadmins do. They have sudo. > FWIW, `sudo pip install` should just be banned IMHO :). Lets also ban ctypes and threads right? :) > For sure. But here’s the thing: you need to know *which* pth file is problematic. Which means you have to debug the entire startup process where pth files are loaded. How many pth files could one have? 2-3 ... 5 at most. Just `locate .pth` and rename the biggest one till the problem goes away. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-27 00:30:19 | ionelmc | set | recipients: + ionelmc, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, emma_smith, cheryl.sabella, Chris Billington |
| 2019-02-27 00:30:18 | ionelmc | link | issue33944 messages |
| 2019-02-27 00:30:18 | ionelmc | create | |