I'm working and learning python with python 3.7 IDLE and PyCharm, but now I have to use Anaconda for a few different problems.
My question is, is it possible to install Anaconda in the same machine but without interfering the old python 3.7 that I already have installed? because in one I'm using Django as well and such, but Anaconda will be mainly for data processing, I and don't want them both to interact with each other or overwrite packages.
Shall I use something like a virtual environment to install Anaconda? if so, what's the best way.
I'm new into this, thank you for help!