Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'repository': 0.05; 'sysadmin': 0.05; 'subject:Python': 0.06; 'setup.': 0.07; 'users,': 0.07; 'machines.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'aptitude': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'subject:possible': 0.16; 'wrote:': 0.18; 'issue.': 0.22; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'own.': 0.24; 'versions': 0.24; 'source': 0.25; 'holds': 0.26; 'updating': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'said,': 0.30; 'figure': 0.32; 'running': 0.33; 'could': 0.34; 'really': 0.36; 'subject:?': 0.36; 'similar': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'users': 0.40; 'how': 0.40; 'break': 0.61; 'email addr:gmail.com': 0.63; 'more': 0.64; 'approved': 0.65; 'combining': 0.68; 'sole': 0.78; 'received:pacbell.net': 0.84; 'careful': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: emile Subject: Re: Is it possible to install Python on a network? Date: Tue, 22 Jul 2014 14:08:02 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-69-226-129-65.dsl.pltn13.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406063311 news.xs4all.nl 2864 [2001:888:2000:d::a6]:44647 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75023 On 07/22/2014 01:49 PM, roys2005@gmail.com wrote: > > We are using Python in a large setup. Individual users are running Debian machines. When I want to install/upgrade Python for all users, I really want to > do it centrally rather than every user having to upgrade on their own. > > Many software packages are installed this way. However, I could not figure out > any way to do this with Python. > > How can I do this? This is more a sysadmin than python issue. And, debian itself has python dependencies, so you need to be careful you don't break it. That said, we use a similar setup and have an aptitude repository with approved software that holds the approved source packages users can install. Combining automated user system updating with a sole repository where only your versions are available should do it. Emile