mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'master' into check_api_override
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
|
||||
# VSCode
|
||||
.vscode
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Fix project path hashing logic in purpose to prevent collisions of virtual environments.
|
||||
+1
-1
@@ -449,7 +449,7 @@ class Project(object):
|
||||
# In-project venv
|
||||
# "Proper" path casing (on non-case-sensitive filesystems).
|
||||
if (
|
||||
fnmatch.fnmatch("A", "a")
|
||||
not fnmatch.fnmatch("A", "a")
|
||||
or self.is_venv_in_project()
|
||||
or get_workon_home().joinpath(venv_name).exists()
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user