Had to patch this locally to get windows to find pyenv which was already on the PATH.

This commit is contained in:
Matt Davis
2022-02-15 11:27:40 -05:00
parent 9e1e7586bd
commit ecc243fc69
+1 -1
View File
@@ -1623,7 +1623,7 @@ def find_windows_executable(bin_path, exe_name):
if os.path.isfile(path):
return path
return find_executable(exe_name)
return shutil.which(exe_name)
def path_to_url(path):