MAC Configuration Python Development environment (Eclipse +pydev+python)
1, first download the Mac version of the 64-bit eclipse.
Download Address:
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/R/ Eclipse-java-indigo-macosx-cocoa-x86_64.tar.gz
And then unzip it.
2, download Python.
The Python version of the Mac is older, so go to the next new version.
Download Address:
http://www.python.org/download/
After downloading the install, the DMG's Python default installation directory is:
/library/frameworks/python.framework/versions/
I downloaded the Python3.3.
3. Download and install Pydev plugin
Download address is: http://pydev.org/updates
After the download, unzip it, and then copy the features and plugins in the unpacked directory to the corresponding directory under Eclipse, prompting the information to select the merged file.
4. Configure the eclipse's Python development environment
Open Eclipse,
Click the menu [Eclipse]-[preferences],
On the left list select [Pydev]-[interpreter-python],
Click [New ...] in the right window.
Then interpreter name casually fill in a name, interpreter executable fill in your Python path.
I downloaded the new 3.3, so fill in:
/library/frameworks/python.framework/versions/3.3/bin/python3
Then, click [OK].
You can then use Eclipse to create a new Python project.