PyCharm/PCP: How to get the Python interpreter plugin?

I am developing a couple of plugins for PyCharm/Python Community Plugin and I need to find the path to the current project Python environment, including if is a virtual environment.

0
1 comment
ProjectRootManager.getInstance(project).getProjectSdk();
0

Please sign in to leave a comment.