Is it possible to install patch updated versions of python on the same system? For example 3.6.1 and 3.6.3 together.
For example, 3.6 and 3.7 can be installed no problem. But I am wondering about the patch versions (3.6.1 and 3.6.2, etc.). This didn't work using the regular Windows installer. I would like to be able to have both so I can test code against different python bases using virtual environment.