From owner-freebsd-python@FreeBSD.ORG Mon May 12 01:09:47 2008 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCBF106567F for <freebsd-python@freebsd.org>; Mon, 12 May 2008 01:09:47 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (properopus-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:392::2]) by mx1.freebsd.org (Postfix) with ESMTP id 95EF38FC14 for <freebsd-python@freebsd.org>; Mon, 12 May 2008 01:09:46 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [10.20.30.162] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.14.2/8.14.2) with ESMTP id m4C19i0P042415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <freebsd-python@freebsd.org>; Sun, 11 May 2008 18:09:45 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: <p06240803c44d48ede05e@[10.20.30.162]> Date: Sun, 11 May 2008 18:09:43 -0700 To: freebsd-python@freebsd.org From: Paul Hoffman <phoffman@proper.com> Content-Type: text/plain; charset="us-ascii" ; format="flowed" Subject: Moving from 2.4 to 2.5? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 12 May 2008 01:09:47 -0000 Greetings. I have python2.4 and python2.5 installed on my 6.0 box. I installed 2.4 first, of course. What is the proper method for making /usr/local/bin/python (and /usr/bin/python) 2.5? I didn't see a script in /usr/local/bin/py* that did this. --Paul Hoffman