Closed
Description
Hi,
I have a question about mypy usage in virtual environments. I'm running my development jobs on a Mac and thus I have installed mypy globally, but everything else I need for a project in a virtual environment. This ends up in a mess, of course. mypy complains that it won't find modules, which are installed only in this specific environment, but I don't want to install mypy in every single development environment I have.
What's a possible solution? I tried to modify mypy in setting up a setup.cfg in the root of a project, but this ends up with an internal error.
In addition it would be great if someone knows how to use mypy in Atom as well in virtual environments.
Please advice. Many thanks in advance!
Regards, Thomas