We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498df7 commit e66d693Copy full SHA for e66d693
2013-07/virtualenv/source/index.rst
@@ -18,6 +18,14 @@ Different projects mean *different dependencies*.
18
19
Changing dependencies == **Conflict**
20
21
+.. note::
22
+
23
+ Conflict can come from
24
25
+ - incompatible packages
26
+ - upgrading to a new version of something
27
28
29
Options
30
=======
31
@@ -46,6 +54,11 @@ Where ``import`` Looks for Modules
46
54
3. **sys.prefix** + ``lib/python$VERSION/site-packages``
47
55
4. **sys.exec_prefix** + ``lib/python$VERSION/site-packages``
48
56
57
58
59
+ To understand how virtualenv works, you need to understand Python's
60
+ ``import`` statement and how it finds packages.
61
49
62
How virtualenv Works
50
63
====================
51
64
0 commit comments