Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin1!goblin.stu.neva.ru!news.astraweb.com!border2.a.newsrouter.astraweb.com!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.037 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; 'received:209.85.219': 0.09; 'python': 0.11; 'assume': 0.14; 'fails.': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.18; 'module': 0.19; "python's": 0.19; 'install': 0.23; 'manager.': 0.24; 'versions': 0.24; 'source': 0.25; '>': 0.26; 'compiled': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'related': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'libraries': 0.31; 'url:python': 0.33; 'subject:the': 0.34; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'installing': 0.36; 'done': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'wrong': 0.37; 'received:209': 0.37; 'manager': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'system.': 0.39; 'url:mail': 0.40; 'how': 0.40; 'easy': 0.60; 'tell': 0.60; 'managers': 0.61; "you'll": 0.62; '2013': 0.98 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=6wrtwDZVBxo6NqqFcaqPcF/j2bpnpKTpixGpr4I4Tco=; b=OFW5YesXuMa7vzKxRZyI6ff0v5WGMJEBaIucCfV5B0HtHq5XEPHO7+Dw3hmV8n3YoW t9LB+QWWA8UcFwwpvJp5DHpfqobSur1JpVtxJK2Z8gvF1Sgk9htIU0CfXXx/+hUiYb40 2S7orQfA1ykQYQc8fjfbbE9rPeIylGzP9+D2dStVccVnwno46XDzSXpSOmowtLFS3TST BCp5oYrgsIxMZcHZWoSK6pYxXJnqlxZuVqcUi5bYaqggZNj6BeiihBafMtBUX3L+33F2 l3xmbRpj5Iz9AKyVWu6VZ49k/wqmdNMQj2ZD7N13dV4BXnUoiEM7lA6hzz6jLjRKMEz3 I91A== X-Gm-Message-State: ALoCoQnXbcRN3VRUaO4RRzL2/ThEcsl8K7NdxYjE3AWGHKsAKC7afyVhitqLSCB7ey7T4ArMCJyHNceNkd0OqOTcKejEqfELwmfkAw7p1BKebX2rbXqo6eYclqLpjC2ulbbrlwxLbI6JqfokvIxTqwZ9BTzaZadKYA== X-Received: by 10.60.70.209 with SMTP id o17mr3076007oeu.65.1384457331167; Thu, 14 Nov 2013 11:28:51 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.70.209 with SMTP id o17mr3075998oeu.65.1384457331040; Thu, 14 Nov 2013 11:28:51 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Nov 2013 11:28:50 -0800 Subject: Re: Trying tcompile an use the Python 3.4a From: Benjamin Kaplan To: Python List Content-Type: multipart/alternative; boundary=001a113335766c6fd904eb2817b1 X-Junkmail-Whitelist: YES (by domain whitelist at mpv2.tis.cwru.edu) 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: 65 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384457714 news.xs4all.nl 15928 [2001:888:2000:d::a6]:43749 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59469 --001a113335766c6fd904eb2817b1 Content-Type: text/plain; charset=UTF-8 On Nov 14, 2013 5:55 AM, "Nick the Gr33k" wrote: > > Will someone please tell me how to install 'pip' > > My website is not working because modules are missing and the only way i can install them is by installing python's module manager 'pip' > > but 'yum install python-pip' fails. > > How would i install the damn thing? > > These action should be done via package managers but i wasn't ven able to install python 3.4a like that, i had to compile it form source when the easy thing to do was "yum install python3" > > what wrong with this 'yum' manager? > -- > https://mail.python.org/mailman/listinfo/python-list package managers assume that they are the only thing installing software on your system. Any python related package you install through yum will only be compiled for and installed to the versions of python that you can get through yum. If you want to compile python outside they package manager, you'll also have to install all the libraries outside of the package manager. --001a113335766c6fd904eb2817b1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Nov 14, 2013 5:55 AM, "Nick the Gr33k" <nikos@superhost.gr> wrote:
>
> Will someone please tell me how to install 'pip'
>
> My website is not working because modules are missing and the only way= i can install them is by installing python's module manager 'pip&#= 39;
>
> but 'yum install python-pip' fails.
>
> How would i install the damn thing?
>
> These action should be done via package managers but i wasn't ven = able to install python 3.4a like that, i had to compile it form source when= the easy thing to do was "yum install python3"
>
> what wrong with this 'yum' manager?
> --
> https= ://mail.python.org/mailman/listinfo/python-list

package managers assume that they are the only thing install= ing software on your system. Any python related package you install through= yum will only be compiled for and installed to the versions of python that= you can get through yum. If you want to compile python outside they packag= e manager, you'll also have to install all the libraries outside of the= package manager.

--001a113335766c6fd904eb2817b1--