The pkg/MESSAGE-main of lang/python/2.7 advises the user
to create the following symlinks to make it the default python:
ln -sf /usr/local/bin/python2.7 /usr/local/bin/python
ln -sf /usr/local/bin/python2.7-2to3 /usr/local/bin/2to3
ln -sf /usr/local/bin/python2.7-config /usr/local/bin/python-config
ln -sf /usr/local/bin/pydoc2.7 /usr/local/bin/pydoc
python/3.4 and python/3.5, on the other hand, do not.
Would it be beneficial to also have such a message
(And the corresponding UNMESSAGE) for these?
Jan