pantsbuild / intellij-pants-plugin

IntelliJ Plug-in for Pants Build
Apache License 2.0
73 stars 55 forks source link

Detect and use Python virtual environment #591

Closed odisseus closed 1 year ago

odisseus commented 4 years ago

The Pants plugin should detect a virtual environment if it is present, and use it as the Python SDK for the modules that use Python.

For comparison, see how VS Code supports different Python environments

odisseus commented 1 year ago

Related pull requests: #594, #598, #612.