Instalar Pydev plugin no eclipse

Página

 

http://pydev.org/

http://pydev.org/manual_101_install.html

 

Para instalar

 

Eclipse -> Help -> Add new software

Add...

 

Name: pydev

Location: http://pydev.org/updates

 

Instale só a primeira opcao.

 

Interpreter

 

Agora tem que configurar o Interpreter

Window -> Preferences

PyDev > Interpreter - Python

New...

 

Name: Python  

Location: /usr/bin/python

 

Salve

 

Teste um hello world

 

if __name__ == '__main__':

    print 'hello world'