Changes between Version 69 and Version 70 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
09/29/14 10:21:22 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v69 v70  
    3535== Configuration ==
    3636 1. Set up the Python Interpreter:
    37   i. Window > Preferences > !PyDev > Interpreter - Python. Click New
    38      i. On Windows: Browse to python26/python.exe (or python27/python.exe if using 2.7), OK, OK
     37  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
    3939     i. On Linux/OS X: "python" is the name of the interpreter, the location is "/usr/bin/python", OK, OK
    4040 1. Add a new !PyDev Project:
     
    4343  i. Give the project a name "web2py"
    4444  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}}})
    4746  i. Un-tick "Create default 'src' folder and add it to the pythonpath"
    4847  i. Tick "Add project directory to the pythonpath?"