Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:

Sure enough, if I go to "Choose Default Apps by File Type" in Windows settings 
and associate ".py" --> "Notepad", then Visual studio keeps opening Notepad 
windows during build.

Can the Visual Studio build configurations be made to run python scripts as 
"SOME_SPECIFIC_PYTHON_EXECUTABLE ./script.py" or perhaps "py ./script.py" 
instead of just "./script.py"?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45978>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to