Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'error:': 0.07; 'python3': 0.07; 'hour.': 0.09; 'skip:/ 10': 0.09; 'python': 0.11; 'cached': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'stage.': 0.16; 'tjg': 0.16; 'tried:': 0.16; 'updates:': 0.16; 'wrote:': 0.18; 'addition,': 0.20; 'install': 0.23; 'header :User-Agent:1': 0.23; 'question': 0.24; 'asking': 0.27; 'header :In-Reply-To:1': 0.27; 'asked': 0.31; 'loading': 0.31; 'mirror': 0.31; 'know.': 0.32; 'could': 0.34; 'should': 0.36; 'half': 0.37; 'searching': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'forum': 0.61; 'gone': 0.61; 'times': 0.62; "you've": 0.63; 'name': 0.63; 'here': 0.66; 'from:addr:mail': 0.83 Date: Sun, 17 Nov 2013 10:05:12 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Installing Python 3.3.2 pip References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384682694 news.xs4all.nl 16005 [2001:888:2000:d::a6]:40335 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59710 On 17/11/2013 09:56, Nikos wrote: > > python3.4 is gone at this stage. Now if i only could install pip for > Python 3.3.2 > > Here is what i have tried: > > root@secure [~]# which python3 > /usr/bin/python3 > > root@secure [~]# which pip > /usr/bin/pip > > root@secure [~]# yum install pip3 > Loaded plugins: fastestmirror > Loading mirror speeds from cached hostfile > * base: centos.secrel.com.br > * epel: mirror.imt-systems.com > * extras: centos.secrel.com.br > * remi: mirror5.layerjet.com > * updates: mirrors.ucr.ac.cr > Setting up Install Process > No package pip3 available. > Error: Nothing to do > > > Where to find 'pip3' for Python 3.3.2? Nikos: you've asked the same question three times in less than half an hour. Please have some patience. In addition, your question is about finding packages under CentOS, so you should be asking or searching on a CentOS forum about how to find a package whose exact name you don't know. TJG