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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user