A virtual environment (venv) is an isolated standalone python distribution with specific version of modules.
- https://docs.conda.io/
- https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/index.html
- https://docs.python.org/3/tutorial/venv.html
During this session you will learn how to:
- Manage the different version of python installed on your system
- Set up a new virtual python environment.
- Export an existing configuration