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 8631694 commit e17144bCopy full SHA for e17144b
pipenv/environment.py
@@ -476,7 +476,7 @@ def expand_egg_links(self):
476
prefixes = [
477
vistir.compat.Path(prefix)
478
for prefix in self.base_paths["libdirs"].split(os.pathsep)
479
- if _normalized(prefix).startswith(_normalized(self.prefix.as_posix()))
+ if vistir.path.is_in_path(prefix, self.prefix.as_posix())
480
]
481
for loc in prefixes:
482
if not loc.exists():
0 commit comments