Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:installation': 0.07; 'library?': 0.09; 'reinstall': 0.09; 'cc:addr:python-list': 0.11; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nose': 0.16; 'subject:library': 0.16; 'ubuntu.': 0.16; 'upgrades.': 0.16; 'subject:python': 0.16; '(you': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'question': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'another': 0.32; 'subject:the': 0.34; 'received:google.com': 0.35; 'really': 0.36; 'ubuntu': 0.36; 'should': 0.36; 'remove': 0.60; 'removing': 0.60; 'worry': 0.60; "you're": 0.61; 'to:none': 0.92 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:cc :content-type; bh=wfqir4UydD/9d5Gs1Y4jzL0hwoNJy2OhHRowRyeR7+M=; b=VkOrAK7Z8boNhd8Yu7bsVgA41RYgeuuSaZiu17Zb4g/yWo1Ljou0pj0BHHm8DiHdV0 BqvEgFaflgTS9jvJCjqC3kBFRtkb4y9ts6kGwxMEP1ABR2FrCG45zRfYqOZpnveifsLE JkNLsH9v7H0XjqvxSURX8jDInnjiEx5RKleS6P8EMlKcUEe6Uct9kK6RxWtPnx6MLV0p b/TfHcC9cRJGTGA83azLzfy4PVefCICP5JstCbUr6RCR6agKqLGADhg9yp2/dT2vdK/q vmV3VA0pFhwxdZxBUgvvDLpi8sTQa+Om+KHFEmChLU8JH0fESh3DudxRlBwnbGnv7lNd MIPw== MIME-Version: 1.0 X-Received: by 10.50.66.197 with SMTP id h5mr1486856igt.34.1408746683100; Fri, 22 Aug 2014 15:31:23 -0700 (PDT) In-Reply-To: <5c82c87c-399e-4fff-9c71-f83db77da5a2@googlegroups.com> References: <5c82c87c-399e-4fff-9c71-f83db77da5a2@googlegroups.com> Date: Sat, 23 Aug 2014 08:31:23 +1000 Subject: Re: Som confusion about the python library installation From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408746687 news.xs4all.nl 2871 [2001:888:2000:d::a6]:43329 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76829 On Sat, Aug 23, 2014 at 1:46 AM, Jiafan Zhou wrote: > Another separate question in relation, do I really need to install the python-nose in ubuntu. Can I not just go directly to pip and install the nose library? > If you're going to use pip to install nose, I recommend not having it installed via apt-get. You should be able to remove the Ubuntu package and just use pip (you may have to reinstall with pip after removing with apt-get), and then you don't have to worry about accidental upgrades. ChrisA