I am using Anaconda 3 on Windows and added it to PATH. I have created an environment in which I have installed Python 2. I can change to Py2 environment with
activate ENV_NAME
This change is limited to the current terminal only. Is there any in-built way to permanently change active Python so that it is accessible throughout the whole system ? I want this because I have some program that needs Python 2 and it looks in the PATH variable for python installation and so catches Python 3.