Tools
Virtual Environments in Anaconda
You can think of a virtual environment as a container for a Python project. You can make as many virtual environments as you like (usually one per project), and assign each one a unique name. What you'll have is a working copy of Python that's isolated