Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'subject:Python': 0.06; 'prefix': 0.09; 'variable,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '23,': 0.16; 'ancillary': 0.16; 'cc:name:python list': 0.16; 'subject:install': 0.16; 'subject:possible': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'looks': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'wonder': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'install,': 0.31; 'option': 0.32; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'so,': 0.37; 'files': 0.38; 'to:addr:gmail.com': 0.65; 'jul': 0.74 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:to :cc:content-type; bh=Q+QxtaxBxWwOj7gp+eZcduk9HNOplqapilh17/qjxRA=; b=yiP3utbXTujMxXIilOiCKaA7Wcuk4Yl5TIK6BpkrLH4CzW0biQPB2TZTnjQ+mcrruq n4uJEHcCLI3NWWXIlaVSKKA0QMuEj7FjjpIvYgYFIJotZNSc6MeSL/i8zmnGi8gkAfIw dghuEdrVYbyx12iVgYstJuO2jsIvVa+2bBtYi8l512u9j2DpnOaktHyN+dSUO0PepUsy BA5YHEnqYR0/ld2FAV2XLqYForwVWZbRkLGl3bUxjhwovvZIB6jVenKAhD4tp/o4vwgB lYnRzTfYUxk0XeRH2bWOAfmLBhG1fDqLtXlM/oFi+Ze98gZTByNRS4prM8/WCGzdp/i+ KiUg== MIME-Version: 1.0 X-Received: by 10.236.223.229 with SMTP id v95mr8482372yhp.128.1406173247945; Wed, 23 Jul 2014 20:40:47 -0700 (PDT) In-Reply-To: <875ce0f0-c6a8-4b50-b97f-d11ee543ef05@googlegroups.com> References: <2d7d457c-2030-43d0-94a6-6ceb93eb4d7c@googlegroups.com> <875ce0f0-c6a8-4b50-b97f-d11ee543ef05@googlegroups.com> Date: Wed, 23 Jul 2014 20:40:47 -0700 Subject: Re: Is it possible to install Python on a network? From: Dan Stromberg To: roys2005 Content-Type: text/plain; charset=UTF-8 Cc: Python List 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406173250 news.xs4all.nl 2869 [2001:888:2000:d::a6]:56644 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75119 On Wed, Jul 23, 2014 at 7:15 AM, roys2005 wrote: > > 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/..." In theory, you could change all the various autoconf'd tools to get their "prefix" from an environment variable, but right now, they pretty much all want to get their prefix at compile time. Some only use it to know where to install, but CPython is one of many that looks for ancillary files under "prefix".