Skip to content

Commit

Permalink
fix: Python version for PyDev
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 14, 2022
1 parent 9291d1a commit 0be9de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pydevproject
Expand Up @@ -4,5 +4,5 @@
<path>/${PROJECT_DIR_NAME}/src</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.6</pydev_property>
</pydev_project>

0 comments on commit 0be9de6

Please sign in to comment.