I'm currently running both Python 3.5 and 2.7 on my Mac. While installing modules and working on 3.5, I'm running into errors as some installations fail (installation is attempted for 2.7 and access is denied).
How do i specify the path to the python 3 folder? python 3.5 is saved in a weird location nowhere near where 2.7 is.
/Library/Frameworks/Python.framework/Versions/3.5
This is different from where python 2.7 is saved, for which the installation is going through normally when 3.5 isn't running.
/Library/Python/2.7
For instance, here is the error displayed to me on terminal while installing virtualenv.