There are many Python environment separation tools (pipenv, pyenv, venv, virtualenv...) There are a lot of tools out there, but for simplicity and robustness, we think conda/anaconda is the best.
The reason for this is to isolate (almost) all of the different versions of Python itself and the different libraries under a folder, so it's simple to have everything in a folder.
Implemented in | 10.10 |