We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b93b0 commit bffa767Copy full SHA for bffa767
mypy/build.py
@@ -407,9 +407,6 @@ def default_lib_path(data_dir: str,
407
if os.path.isdir(stubdir):
408
path.append(stubdir)
409
410
- # Add fallback path that can be used if we have a broken installation.
411
- if sys.platform != 'win32':
412
- path.append('/usr/local/lib/mypy')
413
if not path:
414
print("Could not resolve typeshed subdirectories. If you are using mypy\n"
415
"from source, you need to run \"git submodule update --init\".\n"
0 commit comments