Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75060
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'skip:/ 10': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'systems.': 0.12; '23,': 0.16; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:install': 0.16; 'subject:possible': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'machine': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'this?': 0.23; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'writes:': 0.31; 'run': 0.32; 'another': 0.32; 'running': 0.33; 'sense': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'machine.': 0.36; 'subject:?': 0.36; 'should': 0.36; 'ben': 0.38; 'pm,': 0.38; 'explain': 0.39; 'does': 0.39; 'central': 0.64; 'jul': 0.74; 'location?': 0.84; 'to:none': 0.92; 'mount': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=wDB9H5nzXVr4GP0Cvg3Kxrjzp0FHwKek2alZqSFIDSQ=; b=AreASx1WYYki6ZEEv6gXCx8QHk/w53Hkf8gS8m+LEVOrX1addwfIaqXBdyGazIIuOw 8SI6e+oufB9Lku0VV74AOhTJkjHPFy5uDC+eJUGNAITowRgGxbmuD1+6VtiyIAHDDSKA qTjURYGw2DSB0aW0fMbY+L470GaN8UjZU9cdbhkNqSdSt0UmiKlKyFi5ikaCfmplxwbZ zpC7hoiHSPMm9GYI8uUmVqD2M7Z43cjIGeC5VF/b6rLyja5zi+lUibbx9k3qylusUJTw 4heOAwKE1Y3MyPyL3ZPAy2I2KtrtQEYdRTYwXVM1g3jhipidq+JGs5SmSE9bBwwYjuYS xt7A== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.166.9 with SMTP id k9mr47077318vcy.20.1406096231463; Tue, 22 Jul 2014 23:17:11 -0700 (PDT) |
| In-Reply-To | <85oawgoghh.fsf@benfinney.id.au> |
| References | <e84ec19b-f441-4c4b-ac63-1e2f7b893f8f@googlegroups.com> <2d7d457c-2030-43d0-94a6-6ceb93eb4d7c@googlegroups.com> <85oawgoghh.fsf@benfinney.id.au> |
| Date | Wed, 23 Jul 2014 16:17:11 +1000 |
| Subject | Re: Is it possible to install Python on a network? |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12219.1406096240.18130.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1406096240 news.xs4all.nl 2922 [2001:888:2000:d::a6]:56787 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:75060 |
Show key headers only | View raw
On Wed, Jul 23, 2014 at 2:18 PM, Ben Finney <ben+python@benfinney.id.au> wrote: > roys2005 <roys2005@gmail.com> writes: > >> Does this mean Python cannot be or should not be installed at a >> central location? > > Can you explain better what you mean by this? > > As stated, it doesn't make much sense to me: Any machine which supports > running Python can be central or distributed, but it can only be invoked > on the same machine. What does it mean *to you* to say “install Python > on a network”? On one computer, install Python into /foo/bar/spam/python. On another computer, mount firstcomputer:/foo/bar/spam as /foo/bar/spam. Run Python the same way on both systems. ChrisA
Back to comp.lang.python | Previous | Next — Previous 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