From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 22:11:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0FC616A468 for ; Wed, 4 Jul 2007 22:11:59 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 78A4613C459 for ; Wed, 4 Jul 2007 22:11:57 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l64MBq1R008644; Thu, 5 Jul 2007 00:11:53 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 5 Jul 2007 00:11:51 +0200 User-Agent: KMail/1.9.6 References: <468BEC58.7070901@schrodinger.com> In-Reply-To: <468BEC58.7070901@schrodinger.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707050011.52594.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Simon Gao Subject: Re: How to install a specific version of Python 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: Wed, 04 Jul 2007 22:11:59 -0000 On Wednesday 04 July 2007, Simon Gao wrote: > Hi, > > How to install a specific version of Python which is not the latest > version? > > Simon You can find version 2.3, 2.4 and 2.5 of Python in the ports tree. Or you could simply add the package of the required version: pkg_add -r python23 HTH, Pieter de Goeje