From 384113e74693b479cf972203a14d89c27fc6031b Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 19 Oct 2025 02:33:20 +0000 Subject: [PATCH] Add locations used by the official Python installer --- mswin32/python-wrap.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mswin32/python-wrap.bat b/mswin32/python-wrap.bat index 09ef13e31..5f3038e30 100755 --- a/mswin32/python-wrap.bat +++ b/mswin32/python-wrap.bat @@ -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