Bug report
When find_python.bat is run without a Python interpreter present on the system it installs an interpreter via nuget. However in this case it does not properly silence output to stdout when -q is passed. This leads to issues when the user relies on only the interpreter path to be printed, which is the case when it is used inside visual studio.
Linked PRs
Bug report
When
find_python.batis run without a Python interpreter present on the system it installs an interpreter via nuget. However in this case it does not properly silence output to stdout when-qis passed. This leads to issues when the user relies on only the interpreter path to be printed, which is the case when it is used inside visual studio.Linked PRs
find_python.bat#107815