mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Make sure that all locations are added, not just the last one
This commit is contained in:
parent
a36c660bf2
commit
77f3edfc8a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ set PATH=%NMAPDIR%\zenmap\bin;%PATH%
|
|||
for /D %%P in ("%ProgramFiles%\Python 3.*",
|
||||
"%ProgramFiles(x86)%\Python 3.*",
|
||||
"%LocalAppData%\Programs\Python\Python3*"
|
||||
) do set PATH=%PATH%;%%~P
|
||||
) do set PATH=!PATH!;%%~P
|
||||
|
||||
for %%P in ( py.exe, python.exe) do (
|
||||
set PYTHON=%%~f$PATH:P
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue