We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Assuming Eclipse with PyDev and Firedrake are installed, the IDE can be configured as follows:
source firedrake/bin/activate
eclipse
Eclipse/Window/Preferences/PyDev/Interpreters/Python Interpreters/
/firedrake/bin/
/PyDev/Remove PyDef Project Config
From my limited understanding Eclipse does always have to be started from within the Firedrake terminal.
Thanks to BitByte_Bake on stackexchange who found the solution here https://stackoverflow.com/a/29351006.
Home