I have version 3.10.2 of Python installed on my Windows machine via the Anaconda distribution. There is an API that I'd like to use that supports only Python version 2.7.
In order to use this API, do I need to also install version 2.7 (which I would rather not do!)?
Or, can I use version 2.7 of Python virtually through some means? And, if, "yes", what is the best way to do so virtually?
Thanks!