Concept

Virtual Environments

When working on python projects, using "virtual environments" allows for your project to be run using its own isolated python binary. The packages that this project uses also exist separately from the python packages installed locally on one's system. This allows for greater organization while working within projects.

0

0

Updated 2021-06-08

Tags

Python Programming Language

Data Science