18 Jan
2008
18 Jan
'08
11:21 a.m.
Emmanuel Hainry wrote:
So, for a port that works well with tiger's python2.3, leopard's python2.5 and macports' python2.3, 2.4 or 2.5, the correct dependency would be port:python_select or bin:python:python_select? And the python to choose ${prefix}/bin/python or the first python in the PATH?
No, because python_select does not depend on any specific python version. It is used to make symlinks for already installed python version. Although the select files which are currently in python_select/files should be moved into the appropriate ports. The purpose of python_select is to give the user the choice which python version they want to run when typing in "python" or by #!/usr/bin/env python. Rainer