mypy-PyCharm-plugin icon indicating copy to clipboard operation
mypy-PyCharm-plugin copied to clipboard

Automatically detect dmypy in virtualenv/conda

Open omry opened this issue 5 years ago • 1 comments

Using virtualenv or conda, the user needs to manually select dmypy which is a bit annoying. it would be great if the plugin could detect it automatically.

omry avatar Dec 31 '19 16:12 omry

Yes, it is quite tedious to set up multiple virtual environments to use with a package and then to have to manually edit the path for each one and each time you change the environment for dmypy to be found there. It seems that the virtual env path should be either prepended or appended to the path. And I would think prepended.

jkleckner avatar Nov 27 '21 20:11 jkleckner