From owner-freebsd-questions@FreeBSD.ORG Sun Feb 15 21:50:58 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DA29106564A for ; Sun, 15 Feb 2009 21:50:58 +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 50F178FC17 for ; Sun, 15 Feb 2009 21:50:58 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [10.20.30.158] (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 n1FLouSn086864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 15 Feb 2009 14:50:57 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Sun, 15 Feb 2009 13:50:54 -0800 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" Cc: Subject: Python 3 from ports: alternate install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 21:50:58 -0000 Greetings. I want to have both python 2.x and 3.0 on a FreeBSD 7.0 box. 2. I already installed 2.5.1 from ports; 'which python' reports /usr/local/bin/python, and one would hope. I would like to install python 3 as /usr/local/bin/python3 or somesuch; is that possible from ports? If not, I can probably install from source code, but I trust FreeBSD's ports installer more...