Skip to content
Discussion options

You must be logged in to vote

Python virtual environment as an isolated, self-contained workspace for each of your projects.

Instead of installing every package you ever use into one single, global Python installation on your computer, you create a separate "bubble" for each project. This bubble contains its own copy of Python and its own set of installed libraries.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by manojkumar-shinde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants