I am working with both python 2 and python 3 on a daily basis. Should I be adding paths to PYTHONPATH that are specific to a python version, like the following, which is specific to python 2?
/usr/local/lib/python2.7/dist-packages
If the answer is yes, then would python 3 know not to use these modules?
If the answer is no, then where should I add the above path if not to PYTHONPATH?