Wednesday 18 May 2016

Eclipse IDE - Python Interpreter in Eclipse IDE Console

By following the below procedure you can use the 'Python Interpreter' in eclipse console(i.e. we can run the python commands directly in eclipse console).

Prerequisites:

1. Launch Eclipse IDE
    Open 'Windows' --> 'Show View' --> 'Console' to access the console.

2. Console is opened.
    Note: No need of creating any python project, for executing the python commands in Eclipse IDE console.

3. From 'Console' options select 'PyDev Console'.





Now you can see the Python Interpreter in Eclipse IDE console.

Type the commands in console to execute the python commands.

You can even maximize the console for better visibility.

No comments:

Post a Comment