From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A644138BD3 for ; Wed, 5 Nov 2014 00:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D193DE0895; Wed, 5 Nov 2014 00:02:01 +0000 (UTC) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9137E07E1 for ; Wed, 5 Nov 2014 00:02:00 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id w7so11684024qcr.26 for ; Tue, 04 Nov 2014 16:01:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=c7G6o10onsaSG8Bx9krhpf9yywFLMOCKDad8yMPSLAo=; b=kMRKo+WWO6EH+/XgXEizKV57kr7cBtJaLPfXlb9e2S6Xt1t+WvumExwbS/FbtDPbnD hOc141kJewBZ0WLClUiBnpeJ96C1cH79CgQ2IOxpn9eT2Wh9qp1rnyBzp1QxqoBcuesm QhEN99hmNHJBeoQ2024nGD+lcVJ9Mm1/EWBVUykn96K4BR3Lp+6V1zUS+3n5jaR8wl4t TlGRVSDaYT7+aAqIVNzArCtF8f5UFlGZCnSD3vfGLO5i8BiVTt1T7LcRV43s01JgJfkN m6iHQNUZuCzT5Mh/MQi6MLoA/6ggiY5X4LCWn8gW4h+zCwx0/6E6a5t2LgmYMhMh1JQm 6zrg== X-Received: by 10.140.92.2 with SMTP id a2mr71157739qge.51.1415145719902; Tue, 04 Nov 2014 16:01:59 -0800 (PST) Received: from [192.168.2.5] (adsl-98-95-148-49.jan.bellsouth.net. [98.95.148.49]) by mx.google.com with ESMTPSA id 36sm1740044qgn.10.2014.11.04.16.01.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Nov 2014 16:01:59 -0800 (PST) Message-ID: <545968F5.20000@gmail.com> Date: Tue, 04 Nov 2014 18:01:57 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] using python 2.7 References: <5459026B.5020800@yourstruly.sx> <54595401.9000904@yourstruly.sx> In-Reply-To: <54595401.9000904@yourstruly.sx> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 260c5849-3634-456a-a53b-2391b50568d1 X-Archives-Hash: bfeea3e43d4c49212447b6ee52194702 Paige Thompson wrote: > Sorry for the dumb message, I figured out how to use eselect python (the > syntax is a little weird and not very well documented.) This fixed my > issue as near as I can tell. > > For future reference, make sure nothing depends on whatever version of python you want to remove before you remove it. If you don't, it could get very interesting in a really bad way. Python is one of those packages that you have to watch out for gotchas on. It sometimes comes back and bites you. Dale :-) :-)