Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created July 27, 2012 18:41
Show Gist options
  • Save nkabir/3189709 to your computer and use it in GitHub Desktop.
Save nkabir/3189709 to your computer and use it in GitHub Desktop.
Eclipse Juno Setup for Python

Eclipse for Python Development

Note that we use separate installations of Eclipse for various languages:

  • Java
  • C/C++
  • Scripting: Javascript, Bash and Python

Download Eclipse Juno JEE.

Unzip the folder into

$HOME/local/eclipse-juno/eclipse-python

Create a bash script to launch this e.g. eclipse-python.sh. Create your new work space with a folder structure as follows:

/home/asmith/workspaces/juno/python

Plugins

Mercurial Plugin

Install the Mercurial plugin from here:

http://marketplace.eclipse.org/content/mercurialeclipse-was-hgeclipse

The update site is

http://cbes.javaforge.com/update

Add this update site. Go to Help->Install New Software...

Next, add the Mercurial plugin site.

Be sure to install only the MercurialEclipse plugin. Do NOT install the Windows Binaries.

Follow the remaining instructions and you'll have Mercurial support in Eclipse.

Python Plugin

Python support has been integrated into the Aptana Studio Plugin. It's open source and available at http://www.aptana.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment