From owner-freebsd-questions@FreeBSD.ORG Sat Aug 27 00:07:39 2011 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 08FE4106566C for ; Sat, 27 Aug 2011 00:07:39 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by mx1.freebsd.org (Postfix) with ESMTP id A67198FC08 for ; Sat, 27 Aug 2011 00:07:38 +0000 (UTC) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.4/8.14.4) with ESMTP id p7R07bAb023552 for ; Fri, 26 Aug 2011 20:07:37 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.4/8.14.4/Submit) with ESMTP id p7R07baD023549 for ; Fri, 26 Aug 2011 20:07:37 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Fri, 26 Aug 2011 20:07:37 -0400 (EDT) From: doug To: freebsd-questions@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (fledge.watson.org [127.0.0.1]); Fri, 26 Aug 2011 20:07:38 -0400 (EDT) Cc: Subject: Installing Python Packages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: doug@safeport.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2011 00:07:39 -0000 I am teaching myself python and have 2.6 installed. What is the proper way to install py26-setuptools? As 2.7 is the default it appears that I can neither use pkg_add nor build from the ports tree. I can download the source and the 2.6 egg. It appears that I need to configure the egg for FreeBSD. Is that correct?