mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 08:56:34 +00:00
Add C:\Python27 to PATH of python-wrap.bat.
This commit is contained in:
@@ -17,7 +17,7 @@ if not exist "%PROG%" (
|
||||
exit /B 1
|
||||
)
|
||||
|
||||
set PATH=%PATH%;C:\Python26;C:\Python25;C:\Python24
|
||||
set PATH=%PATH%;C:\Python27;C:\Python26;C:\Python25;C:\Python24
|
||||
for %%P in ( python.exe ) do set PYTHON=%%~f$PATH:P
|
||||
|
||||
if not exist "%PYTHON%" (
|
||||
|
||||
Reference in New Issue
Block a user