1

I would like to run a python function using the command line in Eclipse (if it exists), just like the normal Python Shell (IDLE) or programs such as MATLAB. How would I do that.

1 Answer 1

4

Look into PyDev, which is a plugin for running Python programs from Eclipse. Once installed, you'll have the option of running the applications themselves or loading the PyDev console which gives you the functionality you're inquiring about.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, I should have put more in the question. I already installed PyDev but I didn't know it had a console :S. I also managed to get the normal python console to work using the "External Tool Configuration" although I prefer the PyDev console, at least the command history works. Thanks a lot. Sorry I had to delete the last comment, typos :D

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.