mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add locations used by the official Python installer
This commit is contained in:
parent
77f3edfc8a
commit
384113e746
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ set PATH=%NMAPDIR%\zenmap\bin;%PATH%
|
|||
|
||||
for /D %%P in ("%ProgramFiles%\Python 3.*",
|
||||
"%ProgramFiles(x86)%\Python 3.*",
|
||||
"%ProgramFiles%\Python3*",
|
||||
"%ProgramFiles(x86)%\Python3*",
|
||||
"%LocalAppData%\Programs\Python\Python3*"
|
||||
) do set PATH=!PATH!;%%~P
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue