1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Add locations used by the official Python installer

This commit is contained in:
nnposter
2025-10-19 02:33:20 +00:00
parent 77f3edfc8a
commit 384113e746

View File

@@ -22,6 +22,8 @@ set PATH=%NMAPDIR%\zenmap\bin;%PATH%
for /D %%P in ("%ProgramFiles%\Python 3.*", for /D %%P in ("%ProgramFiles%\Python 3.*",
"%ProgramFiles(x86)%\Python 3.*", "%ProgramFiles(x86)%\Python 3.*",
"%ProgramFiles%\Python3*",
"%ProgramFiles(x86)%\Python3*",
"%LocalAppData%\Programs\Python\Python3*" "%LocalAppData%\Programs\Python\Python3*"
) do set PATH=!PATH!;%%~P ) do set PATH=!PATH!;%%~P