Changes between Version 69 and Version 70 of DeveloperGuidelines/Eclipse
- Timestamp:
- 09/29/14 10:21:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v69 v70 35 35 == Configuration == 36 36 1. Set up the Python Interpreter: 37 i. Window > Preferences > !PyDev > Interpreter - Python. Click New38 i. On Windows: Browse to python26/python.exe (or python27/python.exe if using 2.7), OK, OK37 i. Window > Preferences > !PyDev > Interpreters - Python. Click New 38 i. On Windows: Browse to the location of python.exe, e.g. C:\python27\python.exe, OK, OK 39 39 i. On Linux/OS X: "python" is the name of the interpreter, the location is "/usr/bin/python", OK, OK 40 40 1. Add a new !PyDev Project: … … 43 43 i. Give the project a name "web2py" 44 44 i. Un-tick "Use Default" 45 i. Grammar Version (should be 2.6 in the Linux VM) 46 i. Browse to the web2py directory (on the Linux VM, this is in {{{/home/web2py}}}) 45 i. Browse to the web2py directory (on the Linux VM, this is in {{{/home/dev/web2py}}}) 47 46 i. Un-tick "Create default 'src' folder and add it to the pythonpath" 48 47 i. Tick "Add project directory to the pythonpath?"