1. Python
Python usually comes with the bundle but just in case:$ sudo apt-get install python
2. Eclipse
Eclipse is available from the Ubuntu Software Center, I usually install it from there that. Another option is to install it manually, which I never tried myself.$ sudo apt-get install eclipse sun-java6-jdk
$ sudo udate-java-alternatives -s java-6-sun
3. Pydev
- Run Eclipse
- Help -> Install New Software
- Type in "Work with": http://pydev.org/updates, name should be Python
- Select Pydev from the list of available options, then click Next
- Select the Python module that needs to be installed, click Next
- Let the downloading finish, then restart Eclipse
No comments:
Post a Comment