Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Mike C. Fletcher
On 15-08-19 05:27 AM, Alex Kleider wrote: On 2015-08-18 19:32, Mike C. Fletcher wrote: To install without going out to the internet, you can use these arguments: pip install --no-index --find-links=/path/to/download/directory For this to work, /path/to/download/directory would, I ass

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Albert-Jan Roskam
> Date: Wed, 19 Aug 2015 09:49:43 -0700 > From: marc.tompk...@gmail.com > To: tutor@python.org > Subject: Re: [Tutor] pip install in a virtualenv *without* internet? > > On Wed, Aug 19, 2015 at 9:18 AM, Alex Kleider wrote: > > > I guess if you 'never' have a

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Marc Tompkins
On Wed, Aug 19, 2015 at 9:18 AM, Alex Kleider wrote: > I guess if you 'never' have an internet connection what I'm trying to do > won't work, > but I'm addressing a different use case: I have connectivity in some > environments > but would like to be able to do a pip install at times when there

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Alex Kleider
On 2015-08-19 04:28, Albert-Jan Roskam wrote: Date: Wed, 19 Aug 2015 02:27:41 -0700 From: aklei...@sonic.net To: tutor@python.org Subject: Re: [Tutor] pip install in a virtualenv *without* internet? On 2015-08-18 19:32, Mike C. Fletcher wrote: > To install without going out to the inter

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Albert-Jan Roskam
Sorry, now with Reply All From: sjeik_ap...@hotmail.com To: mcfle...@vrplumber.com Subject: RE: [Tutor] pip install in a virtualenv *without* internet? Date: Wed, 19 Aug 2015 11:25:49 + > Date: Tue, 18 Aug 2015 22:32:28 -0400 > From: mcfle...@vrplumber.com > To: tutor@python.org

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Albert-Jan Roskam
> Date: Wed, 19 Aug 2015 02:27:41 -0700 > From: aklei...@sonic.net > To: tutor@python.org > Subject: Re: [Tutor] pip install in a virtualenv *without* internet? > > On 2015-08-18 19:32, Mike C. Fletcher wrote: > > > To install without going out to the internet, you c

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Alex Kleider
On 2015-08-18 19:32, Mike C. Fletcher wrote: To install without going out to the internet, you can use these arguments: pip install --no-index --find-links=/path/to/download/directory For this to work, /path/to/download/directory would, I assume, first have to be populated. I further

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-19 Thread Mike C. Fletcher
On 15-08-18 04:10 PM, Albert-Jan Roskam wrote: Hi, I use Python(x y) (Python 2.7) on Win7. I need a higher version of openpyxl, because pandas.Dataframe.to_excel yields an error. So pandas and its own dependencies (e.g. numpy) could remain in the python(x y) site-packages, I just need a hig

Re: [Tutor] pip install in a virtualenv *without* internet?

2015-08-18 Thread Laura Creighton
In a message of Tue, 18 Aug 2015 20:10:15 -, Albert-Jan Roskam writes: >So I would like to pip install a openpyxl AND its specific dependencies in a >virtualenv. >The problem is that I can't use pip to download the packages from Pypi because >I do not have a regular internet connection. Is t

[Tutor] pip install in a virtualenv *without* internet?

2015-08-18 Thread Albert-Jan Roskam
Hi, I use Python(x y) (Python 2.7) on Win7. I need a higher version of openpyxl, because pandas.Dataframe.to_excel yields an error. So pandas and its own dependencies (e.g. numpy) could remain in the python(x y) site-packages, I just need a higher version of openpyxl without disturbing the x