I\'ve got Pycharm 4 running on my Linux (Ubuntu 14.04) machine. In addition to the system python, I\'ve also got Anaconda installed. Getting the two to play nicely togethe
Change the project interpreter to ~/anaconda2/python/bin by going to File -> Settings -> Project -> Project Interpreter. Also update the run configuration to use the project default Python interpreter via Run -> Edit Configurations. This makes PyCharm use Anaconda instead of the default Python interpreter under usr/bin/python27.