I've got both Python2.7 and Python3.4 installed on my computer.
I've installed Numpy for both 2.7 and 3.4, but can't figure out how to specify the PYTHONPATH variable so that 2.7 uses Numpy2.7 and 3.4 uses Numpy3.4. Is there a Python3-specific path variable I can set?