dropbox / mypy-PyCharm-plugin

A simple plugin that allows running mypy from PyCharm and navigate between errors
Apache License 2.0
313 stars 14 forks source link

Detecting interpreter in tox on WSL fails #35

Closed BengtOFFIS closed 4 years ago

BengtOFFIS commented 4 years ago

I use an interpreter in a tox environment under Ubuntu installed in the Windows Subsystem for Linux (WSL) and it does not recognized by the mypy plugin:

Mypy Plugin
            No Python interpreter configured for the project.
            Configure Python interpreter
BengtOFFIS commented 4 years ago

WSL mypy not detected

ilevkivskyi commented 4 years ago

It looks like you are using a different (unofficial) mypy plugin. Mypy team is not responsible for any damage caused by that plugin.

BengtOFFIS commented 4 years ago

Ah, thanks. I did not notice the differing author. #7 would have helped here.