You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/env.rst
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -223,13 +223,7 @@ Interpreter Tools
223
223
Virtual Environments
224
224
--------------------
225
225
226
-
A Virtual Environment is a tool to keep the dependencies required by different
227
-
projects in separate places, by creating virtual Python environments for them.
228
-
It solves the "Project X depends on version 1.x but, Project Y needs 4.x"
229
-
dilemma, and keeps your global site-packages directory clean and manageable.
230
-
231
-
For example, you can work on a project which requires Django 1.3 while also
232
-
maintaining a project which requires Django 1.0.
226
+
Virtual Environments provide a powerful way to isolate project package dependencies. This means that you can use packages particular to a Python project without installing them system wide and thus avoiding potential version conflicts.
0 commit comments