Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jetbrains PyCharm with Enthought Canopy

New to Python and I have been trying different IDE's and Python distributions. So far I've used the Jetbrains IDE's, and it seems like the most mature IDE of them all.

The people in the project like the scientific distributions (Continum IO, and Enthought). I'm leaning towards Enthought, since the netCDF libraries are packaged for all platforms.

Wondering what the trick is to get PyCharm to Python Environment in Canopy? Using both Mac and Windows.

Tried the paths listed here: https://support.enthought.com/entries/23646538-Make-Canopy-s-Python-be-your-default-Python-i-e-on-the-PATH-

but the Dialog says the pyvenv.cfg is not a proper Python SDK. Tried also the Python.exe in the scripts directory.

like image 950
david valentine Avatar asked Aug 10 '13 18:08

david valentine


2 Answers

In my case (mac) the interpreter path is:

~/Library/Enthought/Canopy_32bit/User/bin/python

I also had some trouble getting PyCharm and Canopy to work well together when Canopy was new. Now with version 1.3 I haven't had trouble -- the two work together seamlessly.

like image 174
ZSG Avatar answered Oct 13 '22 21:10

ZSG


When creating a new project, you need to locate where you installed enthought, and link the Python.exe to the interpreter box shown below:

enter image description here

like image 28
Games Brainiac Avatar answered Oct 13 '22 23:10

Games Brainiac