Good Evening,
I have a customer who's Python Scripts are defaulting to the Conda environment when he intends on using Python 2.7. We set the variables back to Python 2.7, and we are able to CMD line scrips to 2.7. But when double clicking or using automated processes, the environment switches to Python 3.9 in the Conda folder.
Environment Variables have been sent to Python 2.7 in user and system path variables. Python 2.7 is prioritized and I can tell the changes are carried over to the command line when running C:\. How do I switch back to Python 2.7 when double-clicking a .py file?