Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75088
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-07-23 07:15 -0700 |
| References | <e84ec19b-f441-4c4b-ac63-1e2f7b893f8f@googlegroups.com> <2d7d457c-2030-43d0-94a6-6ceb93eb4d7c@googlegroups.com> <mailman.12213.1406087474.18130.python-list@python.org> |
| Message-ID | <875ce0f0-c6a8-4b50-b97f-d11ee543ef05@googlegroups.com> (permalink) |
| Subject | Re: Is it possible to install Python on a network? |
| From | roys2005 <roys2005@gmail.com> |
Dan, Thanks for the information. So, one option is to build Python from source code to be able to install "/where/ever/..." I still wonder why there is no distribution package for *ix that contains binaries/libraries that can be installed "/where/ever/..." Or, may be there is - I just don't know - but I want to know. - Koushik On Tuesday, July 22, 2014 11:51:06 PM UTC-4, Dan Stromberg wrote: > > Back when I was a sysadmin, I would install CPython to a few different > > NFS filesystems for hundreds of machines to use (more than one > > filesystem because we had about 5 *ix variants - you probably only > > need 1). It's just a matter of "./configure --prefix=/where/ever && > > make && make install" once you have the build dependencies. > > > > It worked fine, but if you symlink you get into trouble because Python > > can't find it's default module path where it expects; symlinking can > > require a wrapper that sets an environment variable - I believe it was > > $PYTHONPATH. > > > > Perhaps it would be appropriate to ask: Why are you wondering if it works?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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