Add a new command that is shown in the command palette (when the envs ext is enabled) that allows users to run the PET binary to search for python installs in a terminal.
the function getNativePythonToolsPath in vscode-python-environments/src/managers/common/nativePythonFinder.ts will give you the path to the executable. Just run this exec in a new terminal spun up and open that terminal so the user can see it.