views:

83

answers:

2

I am installing one library for python from MacPorts. But macports version of the library is older than actual development svn version. Is it possible to specify a custom location for a port installation in MacPorts so I could install latest library from the developer's site?

A: 

If you simply want the latest version, couldn't you just not install the old version?

If you are planning to build and deploy the svn version yourself and want to test it while not removing the old version, you might find virtualenv useful. It allows you to deploy a parallel Python environment with its own independent set of libraries.

I'm still not clear on your requirements, so I hope the above helps somehow.

Marcelo Cantos
A: 

Have a look here, you have to install a local portfile repositories.

systempuntoout
thanks, this is what I wanted.
gok
you are welcome :)
systempuntoout
It would be good if you submit a patch to MacPorts with your update, so everyone can get the new version. Please refer to http://guide.macports.org/#project.tickets
Raim