From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261841AbVF0VyF (ORCPT ); Mon, 27 Jun 2005 17:54:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261867AbVF0VyF (ORCPT ); Mon, 27 Jun 2005 17:54:05 -0400 Received: from aeimail.aei.ca ([206.123.6.84]:55498 "EHLO aeimail.aei.ca") by vger.kernel.org with ESMTP id S261841AbVF0Vwk (ORCPT ); Mon, 27 Jun 2005 17:52:40 -0400 From: Ed Tomlinson Organization: me To: Benjamin LaHaise Subject: Re: Mercurial vs Updated git HOWTO for kernel hackers Date: Mon, 27 Jun 2005 17:53:12 -0400 User-Agent: KMail/1.8.1 Cc: Matt Mackall , Pavel Machek , Jeff Garzik , Linux Kernel , Git Mailing List , mercurial@selenic.com References: <42B9E536.60704@pobox.com> <20050627194031.GK12006@waste.org> <20050627195134.GA17107@kvack.org> In-Reply-To: <20050627195134.GA17107@kvack.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506271753.13247.tomlins@cam.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Monday 27 June 2005 15:51, Benjamin LaHaise wrote: > On Mon, Jun 27, 2005 at 12:40:31PM -0700, Matt Mackall wrote: > > $ export PYTHONPATH=${HOME}/lib/python # add this to your .bashrc > > This needs to be ${HOME}/lib64/python on x86-64. Be careful. This is not true on debian. Ed Tomlinson