Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86518 > unrolled thread
| Started by | MRAB <python@mrabarnett.plus.com> |
|---|---|
| First post | 2015-02-26 16:57 +0000 |
| Last post | 2015-02-26 16:57 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Installing PIL without internet access MRAB <python@mrabarnett.plus.com> - 2015-02-26 16:57 +0000
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2015-02-26 16:57 +0000 |
| Subject | Re: Installing PIL without internet access |
| Message-ID | <mailman.19273.1424969855.18130.python-list@python.org> |
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
Back to top | Article view | comp.lang.python
csiph-web