I have both python 2.7 and 3.5 installed(3.5 is the default one), and I am using pycharm as IDE. I am having hard time to install packages for 2.7 because it isn't the default environment. When I use pip install, it always installs package for 3.5. If I use pycharm package manager, I don't know how to install custom packages that is not in the repo.
My question is: When I have 2 version of python installed, how do I install packages only for one environment or the other, and how do I install packages for both environment?
Thanks