Run External Python Programs with Eclipse PyDev
I want to use the refactoring enabled by PyDev but think it is a little ridiculous to create a project folder in my Eclipse workspace for every single little python script I create. I'm able to get refactoring by editing the file in Eclipse using File > Open File... . However, I still have to go to the Terminal to run the file. It would be nice to just run it in Eclipse. I've tried setting up a Run > External Tools > External Tools Configurations... using the Location /Library/Frameworks/Python.framework/Versions/Current/bin/python and the Arguments ${resource_loc} Presumably, this would call