Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'charset:iso-8859-7': 0.04; '(so': 0.07; "system's": 0.09; 'cc:addr:python-list': 0.11; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'sudo': 0.16; 'uninstall': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'manager.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'perl': 0.31; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'run': 0.32; 'url:python': 0.33; 'subject:the': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'ubuntu': 0.36; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'skip:& 10': 0.38; 'work?': 0.38; 'url:mail': 0.40; 'to:addr:gmail.com': 0.65; 'subject:. ': 0.67; '8bit%:57': 0.74; 'apt-get': 0.84; 'of?': 0.84; 'subject:latest': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t+fPkaFJRBwCv75UZ9nms2PLlsiZL+103vQr/DrE1uY=; b=i2sgj9ZqwJUXiohF+Tv6AaaM0CMyLDtmj9kjOUs0DamPnNJDTYUCG+rDXF8VhQ5IO5 p1IPj7NZM7kGOoGiwGtX9nWSw3KlxunbTCKwohFmWUvbJoUgHm4Z+TCuk4bMEJCOci42 vK00INGQS87EuCakfDA0BkuHc5nk6ynD8MOvuMHrSWS9Lagy+1kPb4gWSt7OOzo+8eiA LKYGKiqeU5h682uIs5xRbRW/wfa1wSwsRVOaP0IzQjsqGbJcVG+UkNNTb5vQyMfvJSHo lkoA/ADGcPShtmpj96fYvvhw9sn2sZT08/aYV/nwErRqIrGEPvQIDeHIrcHSu2jNOcIu xBYA== MIME-Version: 1.0 X-Received: by 10.49.107.2 with SMTP id gy2mr25687326qeb.21.1370329724658; Tue, 04 Jun 2013 00:08:44 -0700 (PDT) In-Reply-To: <9306b2b1-b295-413e-9cc4-ed5bfe55d1f1@googlegroups.com> References: <20130602043606.GA33818@cskk.homeip.net> <9306b2b1-b295-413e-9cc4-ed5bfe55d1f1@googlegroups.com> Date: Tue, 4 Jun 2013 08:08:44 +0100 Subject: Re: Too many python installations. Should i remove them all and install the latest? From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: =?ISO-8859-7?B?zenq/Ovh7/Igyu/98eHy?= Content-Type: multipart/alternative; boundary=047d7bdc13ce76f30604de4ec027 Cc: python-list@python.org 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: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370329727 news.xs4all.nl 16011 [2001:888:2000:d::a6]:56262 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46842 --047d7bdc13ce76f30604de4ec027 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable On 4 Jun 2013 07:44, "=CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2" wrote: > > Could you please install them because i need to work? > > a) pip (so that i can successfully run 'pip install pymysql' > b) development tools > > I wiped the while perl away (leaving intact 2.6) but i wiped out pip at the proces to. > -- > http://mail.python.org/mailman/listinfo/python-list Pip should be in your system's package manager. In Ubuntu it's available through sudo apt-get install python-pip. What are those development tools you speak of? Why would you uninstall perl? --047d7bdc13ce76f30604de4ec027 Content-Type: text/html; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable


On 4 Jun 2013 07:44, "=CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2"= ; <nikos.gr33k@gmail.com>= ; wrote:
>
> Could you please install them because i need to work?
>
> a) pip (so that i can successfully run 'pip install pymysql' > b) development tools
>
> I wiped the while perl away (leaving intact 2.6) but i wiped out pip a= t the proces to.
> --
> http:/= /mail.python.org/mailman/listinfo/python-list

Pip should be in your system's package manager. In Ubunt= u it's available through sudo apt-get install python-pip.

What are those development tools you speak of?

Why would you uninstall perl?

--047d7bdc13ce76f30604de4ec027--