Installing Python Packages

Greg Larkin glarkin at FreeBSD.org
Sat Aug 27 01:01:36 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 8/26/11 8:07 PM, doug wrote:
> 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?


Hi Doug,

You can do this easily by using the ports tree.  First, add the
following to your /etc/make.conf (create the file if necessary):

PYTHON_DEFAULT_VERSION=python2.6

Next, do this:

cd /usr/ports/devel/py-setuptools && make install clean

You should be all set, and any other Python port that you install will
use the Python 2.6 installation, assuming you installed it from the
ports tree.

Hope that helps,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/cpucycle/      - Follow you, follow me
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5YOOIACgkQ0sRouByUApBG4ACgmgHUk1RhOzADvpgt8FaTOSSf
OioAn0k/PSJ6KlUrhy/rXFSJAiniHEeY
=29ZS
-----END PGP SIGNATURE-----


More information about the freebsd-questions mailing list