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


Groups > comp.lang.python > #75093

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

References <e84ec19b-f441-4c4b-ac63-1e2f7b893f8f@googlegroups.com> <2d7d457c-2030-43d0-94a6-6ceb93eb4d7c@googlegroups.com> <mailman.12214.1406089114.18130.python-list@python.org> <e5860f6d-f23a-4614-904d-7bbd5d96accd@googlegroups.com>
Date 2014-07-24 01:56 +1000
Subject Re: Is it possible to install Python on a network?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.12245.1406130981.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Jul 24, 2014 at 12:24 AM, roys2005 <roys2005@gmail.com> wrote:
>   I am trying to find out how I can install Python on a central machine
>   so that all users can use it, rather than using /usr/local/bin/python.
>      ( I am talking about unix/linux platform )
>
>   Since, I do not know the answer, I was asking if Python
>   can/can't/should/shouldn't be installed on a central machine.

Firstly, I would *strongly* recommend keeping /usr/bin/python (or
/usr/local/bin/python, whatever `which python` says) exactly where it
is. Call that one the "system Python", and treat it like bash, grep,
and all those other important tools. You'll only mess up your system
if you mess with that.

But with that sorted: I don't see any particular problem with mounting
some remote drive and running Python from it. You'll probably need to
make sure the path to it is the same as it was on the system that
installed it, and you'll definitely want to do this only on systems
with the same architecture, but otherwise you should be fine. Make
yourself a /usr/central/bin/python or something, install Python into
it, and then make /usr/central on all the others as a mount point for
/usr/central on the one where you installed it.

And then you can come back and tell us all how it went, because most
of us will have never tried it :)

ChrisA

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