You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, the usual install paths are `sys.prefix/Lib/mypy` for a global
install. For user installs, the path is `site.getuserbase()/lib/mypy`. We
also fall back to the old method of installation due to the data dir being
put in the package directory on an egg install.
This restores the usual data directory resolution on other platforms.
Correctly fixes#3988, and keeps other platforms working.
0 commit comments