Skip to content

Commit

Permalink
#205-Modify Eclipse environment
Browse files Browse the repository at this point in the history
File `.pydevproject` automatically modified to force the use of Python 3.7 interpreter in Eclipse projects.
  • Loading branch information
schmouk committed Mar 19, 2019
1 parent 891aedb commit ac5dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pydevproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Python 3.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/${PROJECT_DIR_NAME}/src</path>
Expand Down

0 comments on commit ac5dc10

Please sign in to comment.