Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Does PyPI auto update?

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
soaringowl2145
Posts: 33
Joined: 2017-01-26 14:24

[SOLVED] Does PyPI auto update?

#1 Post by soaringowl2145 »

So I installed "python3-pip" in Buster and would like to know:

1 - Will installed pip packages will be automatically updated or not.

2 - Is there a daemon running in the background for python or pip when it is not in use?

Thanks!
Last edited by soaringowl2145 on 2021-01-03 16:15, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Does PyPI auto update?

#2 Post by Head_on_a_Stick »

No and no, respectively. But you really shouldn't use pip at all: https://xkcd.com/1987/

Python modules are trivially easy to package in Debian.
deadbang

soaringowl2145
Posts: 33
Joined: 2017-01-26 14:24

Re: Does PyPI auto update?

#3 Post by soaringowl2145 »

Head_on_a_Stick wrote:No and no, respectively. But you really shouldn't use pip at all: https://xkcd.com/1987/

Python modules are trivially easy to package in Debian.
Thank you!

Post Reply