I have both python and Visual Studio Code installed. However, when I run python within it, it adds a lot of overhead to each run, looking for MS specific python libraries and whatnot. Is there a way to run python code without all of the MS overhead?
In effect, can I configure Visual Studio Code to just kick off a console/terminal call to my local python interpreter with the script name and just run like that? I would be fine if VSC
would just run something like C:\python\python.exe myscript.py
and show it to me in the terminal window.
from Can I run python in Visual Studio Code without all the overhead?
No comments:
Post a Comment