mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -356,7 +356,7 @@ def find_a_system_python(python):
|
||||
versions.append(python_version(p))
|
||||
|
||||
for i, version in enumerate(versions):
|
||||
if python in (version or ''):
|
||||
if (version or '').startswith(python):
|
||||
return pythons[i]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user