Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59349
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Trying tcompile an use the Python 3.4a |
| Date | 2013-11-13 22:32 +0000 |
| References | (4 earlier) <l60qdo$j35$1@news.grnet.gr> <mailman.2553.1384378301.18130.python-list@python.org> <l60rje$j35$2@news.grnet.gr> <mailman.2556.1384379796.18130.python-list@python.org> <l60sp3$j35$5@news.grnet.gr> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2557.1384381988.18130.python-list@python.org> (permalink) |
On 13/11/2013 22:00, Ferrous Cranus wrote: > Στις 13/11/2013 11:56 μμ, ο/η Mark Lawrence έγραψε: >> On 13/11/2013 21:39, Ferrous Cranus wrote: >>> Στις 13/11/2013 11:30 μμ, ο/η Johannes Findeisen έγραψε: >>>> On Wed, 13 Nov 2013 23:19:53 +0200 >>>> Ferrous Cranus wrote: >>>> >>>>> Στις 13/11/2013 7:45 μμ, ο/η Chris “Kwpolska” Warrick έγραψε:> >>>>>> Get ez_setup.py and get-pip.py, and run them with the desired Python. >>>>>> >>>>> >>>>> >>>>> Why can't i just use that? >>>>> >>>>> root@secure [~]# sudo yum install python-pip >>>>> Loaded plugins: fastestmirror >>>>> Loading mirror speeds from cached hostfile >>>>> * base: ftp.plusline.de >>>>> * extras: mirror.skylink-datacenter.de >>>>> * updates: ftp.plusline.de >>>>> base >>>>> >>>>> >>>>> | 3.7 kB 00:00 >>>>> extras >>>>> >>>>> >>>>> | 3.4 kB 00:00 >>>>> updates >>>>> >>>>> >>>>> | 3.4 kB 00:00 >>>>> Setting up Install Process >>>>> No package python-pip available. >>>>> Error: Nothing to do >>>>> root@secure [~]# >>>>> >>>>> 'python-pip' is something that all repos should have, why it cannot be >>>>> found? >>>> >>>> Please try to figure out your distribution specific stuff by >>>> using a search engine! This was what I found as first result by >>>> searching for "centos pip" at Google: >>>> >>>> http://superuser.com/questions/292378/how-to-install-pip-and-easy-install-on-centos >>>> >>>> >>>> >>>> >>>> This really is not a Python question but a CentOS issue! >>>> >>>> Regards, >>>> Johannes >>>> >>> >>> >>> I have foung this link myself in the morning but it wasnt successfull: >>> >>> Look: >>> >>> root@secure [~]# /usr/local/bin/easy_install pip >>> -bash: /usr/local/bin/easy_install: No such file or directory >>> >>> root@secure [~]# /usr/bin/easy_install pip >>> -bash: /usr/bin/easy_install: No such file or directory >>> >>> If i cannot use 'yum' or even 'easy_setup' how will i install 'pip' and >>> hence the modules? >>> >> >> I really don't believe this, 24 lines above this one is the link to a >> page telling you how to do it, but you're *STILL* asking!!! What do you >> want, jam on it??? >> > > > But i have gone to the link and did what it said and it didn't proved > usefull thats why i re-ask. Wrong. You've once again not bothered to read the information that's been handed to you on a plate. If you'd followed the instructions you would not get the "No such file or directory" error shown above. I'm not going to spoon feed you, so please go away and sort this out for yourself, we're sick to death of seeing you here. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:17 +0200
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:21 +0200
Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 15:23 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:26 +0200
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 15:59 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:28 +0200
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 16:13 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 18:38 +0200
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 09:29 -0800
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:51 +0000
Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 18:45 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:19 +0200
Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-13 22:30 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:39 +0200
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 13:44 -0800
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:52 +0200
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 21:56 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 00:00 +0200
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 22:32 +0000
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 16:57 -0800
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 01:10 +0000
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:55 +0000
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 19:12 +0000
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 10:23 +1100
Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-14 01:54 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 12:22 +0200
Re: Trying tcompile an use the Python 3.4a Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-14 01:14 +0000
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-14 12:27 +1100
Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:00 +0000
Re: Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Chris Angelico <rosuav@gmail.com> - 2013-11-14 13:17 +1100
Re: Trying tcompile an use the Python 3.4a Nick the Gr33k <nikos@superhost.gr> - 2013-11-14 15:50 +0200
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 00:57 +1100
Re: Trying tcompile an use the Python 3.4a Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-11-14 11:28 -0800
csiph-web