Are there any simple (stable) methods to manage python libraries for multiple python versions in parallel? What I have in mind is something like: $ setenv PYTHON_VERSIONS "2.7,3.2,3.3" $ cd /usr/ports/devel/py-ply $ make install clean installing three separate versions of py-ply. - Till