Using jython maven dependency as Python interpreter for IntelliJ python plugin

For Intellij IDEA Community Edition 2018.2.5 with Python Community Edition plugin:

I have a java maven project with dependency:


<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.1</version>
</dependency>

How can I use this jython as the interpreter for the python plugin? This is not a separate installation of jython,
but rather just a dependency that gets only the jar file.
Thanks

2

Please sign in to leave a comment.