mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Had to patch this locally to get windows to find pyenv which was already on the PATH.
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user