I'm invoking a python script from nodejs, using spawn.
The python script is installed in a conda environment, and my VS code project is in nodejs.
When I want to debug the nodejs code, it needs to call the python script as if it is in the conda environment. How do I do that?
Currently, it errs "Python was not found but can be installed from the Microsoft Store"