Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: venv issues Date: Wed, 4 Nov 2015 00:59:38 +1100 Lines: 10 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de gk7Fa3EFYyJmRwpZFW/8tQMhDWEmd7HwfWQihgj9oOUw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; 'one?': 0.05; 'problem?': 0.07; 'cc:addr:python-list': 0.09; 'cc:name:python': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nicholas': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:issues': 0.16; 'wrote:': 0.16; 'config': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'help.': 0.23; 'tried': 0.24; 'header :In-Reply-To:1': 0.24; "i've": 0.25; "doesn't": 0.26; 'logging': 0.27; 'message-id:@mail.gmail.com': 0.27; 'creating': 0.30; 'exhibit': 0.33; 'skip:~ 10': 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'does': 0.39; 'your': 0.60; 'different': 0.63; 'user,': 0.67; 'brand': 0.75; 'chrisa': 0.84; 'cole': 0.84; 'to:none': 0.91 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=lvu+AMzu+93IMTWczJCjI/a8xvfiXJmJMqjq39l8Qfg=; b=zCh6jC8elcwd1SeVocVLCHA4Ao+5zg0UZTXEYwbULVAZD1A636qQImwDe40/vkovrI +oni228BGp3l5Y21yUKVF+uPe6KX8ZP1/eOq1mkeObWgAGJO9h6AT32EhVtsbjLg5Qb/ J2FH5eu5UUPsrm0YuhBu0jRJIaXSA1LtqIc/9g+mSazEV5RBI7P8/PDHAgVH9PuqRgor WMeHp2/jD34fKFb+E8DCIotRghvYopnY0ZfnOr0VpF+jMiuHLt0h6YG6SpCbDBathjrd vvHTPgmGt4w0WvKDMdWtrcgiQYrOqYSP/AWJBPGUImTufWjmMAAed3t9e06j8BaYWDYn SY8w== X-Received: by 10.107.34.149 with SMTP id i143mr25991596ioi.157.1446559178376; Tue, 03 Nov 2015 05:59:38 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98153 On Tue, Nov 3, 2015 at 9:32 PM, Nicholas Cole wrote: > Logging in as a different user and creating a venv works perfectly, so > it's clearly a config issue somewhere, but I've tried removing > ~/.bashrc and ~/.bash_profile and that doesn't help. What happens if you create a brand new user, then copy in all dot-files and directories from your current one? Does it exhibit the same problem? ChrisA