Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71794
| Date | 2014-05-20 11:13 +0100 |
|---|---|
| From | Tim Golden <mail@timgolden.me.uk> |
| Subject | Re: Python and Math |
| References | (4 earlier) <9c2aecd7-7c4a-4d6c-b8f3-418c0005d00a@googlegroups.com> <9d14f092-4e41-4d52-8502-32ab7cbfa3ae@googlegroups.com> <9609c0b2-653d-421f-a2be-946c6e4e31b6@googlegroups.com> <mailman.10141.1400527132.18130.python-list@python.org> <53be0d6b-25fb-4c46-8768-0287d8953abd@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10150.1400580836.18130.python-list@python.org> (permalink) |
On 20/05/2014 10:19, wxjmfauth@gmail.com wrote: > Le lundi 19 mai 2014 21:18:54 UTC+2, Tim Golden a écrit : >> On 19/05/2014 20:07, wxjmfauth@gmail.com wrote: >> >>>>> Yesterday, I spent one hour attemepting to install IPython >>>>> for Py3.3 (win 7), I failed. I do not even succeed to >>>>> understand how. Pip, setuptools, whl or manualy with from >>>>> the >>>>> zip... completely lost. There is always something not >>>>> working. >> >>>>> This morning I installed Py 3.4.1. I do not even >>>>> succeed to put it to work. >> >> I realise that this probably isn't very helpful, but I've just >> successfully installed ipython on Python 3.3 and Python 3.4 (Win7 >> 32-bit) by simply doing: >> >> py -3.3 -mpip install ipython >> >> py -3.4 -mpip install ipython >> >> >> > Sorry, but I'm even not able to understand how to install pip! Py3.3, > why? because I already all the Qt derivative. > > I found the pip manual, I do not get it! To install pip: To install > or upgrade pip, securely download get-pip.py. Where? What should I do > with it? Ah, I understand. I thought you already had pip and just had difficulties beyond that. Frankly, yes, bootstrapping pip on Windows can be a bit frustrating. That's why 3.4 comes with a version pre-installed. But you say you want to stay with 3.3. If it's possible, download get-pip.py from here: https://bootstrap.pypa.io/get-pip.py (linked from here: http://pip.readthedocs.org/en/latest/installing.html) using wget, curl, File Save As, python requests, urllib.urlretrieve or whatever other method you choose. And then run the get-pip.py program with the version of Python for which you wish to install pip. eg, c:\python33\python.exe get-pip.py That will download the current versions of everything needed and will put various flavours of pip.exe into c:\python33\scripts. As I mentioned before, I've tended not to have the scripts directory on my path, and you can instead do: py -3.3 -mpip install .... I think some people have put together .msi/.exe installers for this but I can't point to any one in particular. TJG
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-17 23:13 -0400
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-17 20:26 -0700
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:04 -0400
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-18 13:33 +1000
Re: Python and Math Gary Herron <gary.herron@islandtraining.com> - 2014-05-17 21:12 -0700
Re: Python and Math Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-18 04:51 +0000
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:33 -0400
Re: Python and Math Roy Smith <roy@panix.com> - 2014-05-18 09:25 -0400
Re: Python and Math Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-18 15:05 +0100
Re: Python and Math Wolfgang Keller <feliphil@gmx.net> - 2014-05-18 15:59 +0200
Re: Python and Math Grant Edwards <invalid@invalid.invalid> - 2014-05-18 15:40 +0000
Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 14:09 -0400
Re: Python and Math Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-20 20:40 -0400
Re: Python and Math Tony the Tiger <tony@tiger.invalid> - 2014-05-21 00:59 +0000
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:32 +0100
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:34 +0100
Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-18 19:42 +0100
Re: Python and Math Fabien <fabien.maussion@gmail.com> - 2014-05-19 12:15 +0200
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 11:30 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 05:46 -0700
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:09 +1000
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 06:15 -0700
Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:24 +1000
Re: Python and Math Gene Heskett <gheskett@wdtv.com> - 2014-05-19 10:22 -0400
Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 07:56 -0700
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 09:09 -0700
Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 12:07 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 20:18 +0100
Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 02:19 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 11:13 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 04:20 -0700
Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 12:55 +0100
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:14 -0700
Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-20 14:51 +0200
Re: Python and Math chris.barker@noaa.gov - 2014-05-21 16:14 -0700
Re: Python and Math wxjmfauth@gmail.com - 2014-05-21 23:52 -0700
Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-22 11:04 +0200
Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 06:42 -0700
Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:23 -0700
Re: Python and Math Cameron Simpson <cs@zip.com.au> - 2014-05-20 09:03 +1000
csiph-web