File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,12 @@ See `python-environment-make' for how ROOT is interpreted."
167167(defun  python-environment-bin  (path  &optional  root )
168168 " Return full path to \" ROOT/bin/PATH\"  or \" ROOT/Script/PATH\"  if exists.
169169``Script`` is used instead of ``bin`` in typical Windows case. 
170+ In Windows, path with extension \" .ext\"  may be returned. 
170171See `python-environment-make'  for how ROOT is interpreted."  
171172 (python-environment--existing root
172173 (concat  " bin/" 
173-  (concat  " Script/" 
174+  (concat  " Script/" 
175+  (concat  " Script/" " .exe" 
174176
175177(defun  python-environment-lib  (path  &optional  root )
176178 " Return full path to \" ROOT/lib/PATH\"  or \" ROOT/Lib/PATH\"  if exists.
                         You can’t perform that action at this time. 
           
                  
0 commit comments