How can I use C# to check if a user has a minimum Python version installed and accessible to my code?
I am working on a C# program that has to run some Python code for one particular task. (The Python code is complex and was developed by another team. Reproducing its functionality in C# is not an option.)