Quickstart/Virtual Environments
From HPC
What is a Virtual Environment?
A virtual environment is a named, isolated, working copy of Python that maintains its own files, directories, and paths so that you can work with specific versions of libraries or Python itself without affecting other Python projects.
