Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'that?': 0.05; 'pil': 0.09; 'python': 0.11; '2.7': 0.14; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'subject:PIL': 0.16; 'subject:access': 0.16; 'subject:internet': 0.16; 'there?': 0.16; 'url:pip': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'connected': 0.24; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'host': 0.29; 'larry': 0.31; 'says': 0.33; 'there': 0.35; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'here:': 0.62; 'flash': 0.69; 'internet': 0.71; 'url:reference': 0.84; 'url:latest': 0.91 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Ms/c6gqe c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=mlFM_a_ONtUA:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=dXvAoEkxAAAA:8 a=-CwmjldGRKjIKsJIZJYA:9 a=QEXdDO2ut3YA:10 a=pLlPAFxuDvgA:10 X-AUTH: mrabarnett@:2500 Date: Thu, 26 Feb 2015 16:57:29 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Installing PIL without internet access References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424969855 news.xs4all.nl 2937 [2001:888:2000:d::a6]:51142 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86518 On 2015-02-26 15:23, Larry Martell wrote: > I have a host that has no access to the internet and I need to install > PIL on it. I have an identical host that is on the internet and I have > installed it there (with pip). Is there a way I can copy files from > the connected host to a flash drive and then copy them to the > unconnected host and have PIL working there? Which files would I copy > for that? > > This is on CentOS 6.5, python 2.7 > Have a look here: https://pip.pypa.io/en/latest/reference/pip_install.html#pip-install-options It says that you can install from a downloaded file, e.g.: pip install ./downloads/SomePackage-1.0.4.tar.gz