Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #75023

Re: Is it possible to install Python on a network?

From emile <emile@fenx.com>
Subject Re: Is it possible to install Python on a network?
Date 2014-07-22 14:08 -0700
References <e84ec19b-f441-4c4b-ac63-1e2f7b893f8f@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.12195.1406063311.18130.python-list@python.org> (permalink)

Show all headers | View raw


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


Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Is it possible to install Python on a network? roys2005@gmail.com - 2014-07-22 13:49 -0700
  Re: Is it possible to install Python on a network? emile <emile@fenx.com> - 2014-07-22 14:08 -0700
  Re: Is it possible to install Python on a network? roys2005 <roys2005@gmail.com> - 2014-07-22 17:41 -0700
    Re: Is it possible to install Python on a network? Dan Stromberg <drsalists@gmail.com> - 2014-07-22 20:51 -0700
      Re: Is it possible to install Python on a network? roys2005 <roys2005@gmail.com> - 2014-07-23 07:15 -0700
        Re: Is it possible to install Python on a network? Chris Angelico <rosuav@gmail.com> - 2014-07-24 01:46 +1000
        Re: Is it possible to install Python on a network? Ned Deily <nad@acm.org> - 2014-07-23 16:47 -0700
        Re: Is it possible to install Python on a network? Dan Stromberg <drsalists@gmail.com> - 2014-07-23 20:40 -0700
    Re: Is it possible to install Python on a network? Ben Finney <ben+python@benfinney.id.au> - 2014-07-23 14:18 +1000
      Re: Is it possible to install Python on a network? roys2005 <roys2005@gmail.com> - 2014-07-23 07:24 -0700
        Re: Is it possible to install Python on a network? Chris Angelico <rosuav@gmail.com> - 2014-07-24 01:56 +1000
        Re: Is it possible to install Python on a network? Ben Finney <ben+python@benfinney.id.au> - 2014-07-24 12:35 +1000
        Re: Is it possible to install Python on a network? Chris Angelico <rosuav@gmail.com> - 2014-07-24 12:42 +1000
        Re: Is it possible to install Python on a network? Ben Finney <ben+python@benfinney.id.au> - 2014-07-24 12:48 +1000
        Re: Is it possible to install Python on a network? Chris Angelico <rosuav@gmail.com> - 2014-07-24 12:52 +1000
    Re: Is it possible to install Python on a network? Chris Angelico <rosuav@gmail.com> - 2014-07-23 16:17 +1000

csiph-web