Using (Ana)conda within PyCharm

前端 未结 5 953
挽巷
挽巷 2020-11-28 01:24

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

5条回答
  •  再見小時候
    2020-11-28 01:56

    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.

提交回复
热议问题