1
0
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:
david
2012-10-03 05:18:25 +00:00
parent b8e44155da
commit 91e019210d

View File

@@ -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%" (