I have a C# code which helps to run python environment first and then it executes my python process. But the problem is it takes a lot of time to execute.
Actually i j
You'll need to create a new process in order to call your program.
look at this : C# equivalent to fork()/exec()