What are virtual environments?
Python virtual environments provide a way to isolate the Python versions and packages that comprise your project.
Which environment is active?
pip -V
Python virtual environments provide a way to isolate the Python versions and packages that comprise your project.
pip -V