Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'broken.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:use': 0.15; 'reinstall': 0.16; 'subject:virtualenv': 0.16; 'wrote:': 0.16; 'subject:not': 0.21; 'header:In-Reply-To:1': 0.22; 'pm,': 0.24; 'creating': 0.25; 'guess': 0.26; 'work.': 0.27; 'problem': 0.28; 'ran': 0.30; 'thanks': 0.30; "can't": 0.33; 'to:addr:python-list': 0.33; '...': 0.34; 'header:User-Agent:1': 0.34; 'things': 0.34; 'header:X-Complaints-To:1': 0.35; 'issue': 0.36; 'before.': 0.37; 'using': 0.37; 'something': 0.37; 'received:org': 0.38; 'went': 0.38; 'subject:: ': 0.39; 'header :Mime-Version:1': 0.39; 'why': 0.39; 'to:addr:python.org': 0.39; 'hope': 0.61; 'wide': 0.63; 'manner': 0.64; 'forced': 0.67; 'you:': 0.82; '12:28': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Gelonida N Subject: Re: ipython installed in virtualenv seems not to use virtualenv Date: Thu, 11 Aug 2011 13:06:25 +0200 References: <2e371925-ac95-404b-8379-09c9ece45865@f20g2000yqm.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: unicorn.dungeon.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 "" In-Reply-To: <2e371925-ac95-404b-8379-09c9ece45865@f20g2000yqm.googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313061014 news.xs4all.nl 23931 [2001:888:2000:d::a6]:51976 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11205 On 08/11/2011 12:28 PM, becky_lewis wrote: > Just to add ... > > I ran through creating a virtualenv in the same manner as you: > > > ipython is using the virtualenv when it can find them and the system > wide packages when they are not in the virtualenv. Hope that helps you > track down the problem :/ > > Thanks once more. I guess something in my virtualenv was broken. I can't reproduce the issue anymore since I forced a reinstall of one of y packages and now things work as I would have expected them to work. Happy that thins work now. Unhappy, that I did not understand why they went wrong before.