-
Notifications
You must be signed in to change notification settings - Fork 167
Configuring Eclipse
lecovee edited this page Jan 25, 2021
·
1 revision
Assuming Eclipse with PyDev and Firedrake are installed, the IDE can be configured as follows:
- Start Eclipse from within a Firedrake terminal
source firedrake/bin/activate
eclipse
- Point the Interpreter to Firedrake Python
-
Eclipse/Window/Preferences/PyDev/Interpreters/Python Interpreters/
Browse for python/pypy exe - Chose Python in
/firedrake/bin/
-
- Remove the PyDev project Configuration
- In the Package Explorer right click on the project and select
/PyDev/Remove PyDef Project Config
- In the Package Explorer right click on the project and select
- Reload the Python Script
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.