Output from cmd.exe from C# differs from real command prompt
I’m trying to verify current python version. Since I’ll check a lot of requirements for my app, it should be done via CMD using C# Process.Start()
I’m trying to verify current python version. Since I’ll check a lot of requirements for my app, it should be done via CMD using C# Process.Start()