What to consider/avoid when having multiple versions of Python installed on Win 10

Question:

I recently discovered that I had multiple versions of Python installed on Windows 10 64 bit (Company PC). To be honest, I didn’t realize I had all these version.

So my question is what complications am I imposing when having multiple versions? Also, I only use the Anaconda environment for Python coding, so can I simply remove the stand-alone and 32-bit versions?

Here’s what it looks like from my view:

enter image description here

Asked By: Artem

||

Answers:

There is similar question in quora forum.

As long as anaconda is a free and open-source distribution of the Python and R you can uninstall other versions. UPDATE: Anaconda changed their terms of service in 2020 to prohibit commercial usage in organisations with more than 200 employees.

But there is no need if you don’t have problem now. For future use If you want to change environment it’s event better to have already installed another.

Answered By: ElConrado
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.