mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -30,7 +30,7 @@ def get_pipenv_diagnostics():
|
||||
print("Other Python installations in `PATH`:")
|
||||
print("")
|
||||
finder = pythonfinder.Finder(system=False, global_search=True)
|
||||
python_paths = getattr(finder, 'system_path').find_all_python_versions()
|
||||
python_paths = finder.find_all_python_versions()
|
||||
for python in python_paths:
|
||||
python_version = python.py_version.version
|
||||
python_path = python.path.as_posix()
|
||||
|
||||
Reference in New Issue
Block a user