Skip to content

Commit 1f0a62a

Browse files
committed
updated virtualenv sectio to remove duplicates
1 parent a829c6e commit 1f0a62a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,7 @@ Interpreter Tools
223223
Virtual Environments
224224
--------------------
225225

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.
233227

234228
To start using and see more information:
235229
`Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.

0 commit comments

Comments
 (0)