Skip to content

Commit e66d693

Browse files
committed
add a couple of final notes
Change-Id: Ifcea17873a8a239858f7f6f81306d7fae8df2319
1 parent e498df7 commit e66d693

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

2013-07/virtualenv/source/index.rst

+13
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Different projects mean *different dependencies*.
1818

1919
Changing dependencies == **Conflict**
2020

21+
.. note::
22+
23+
Conflict can come from
24+
25+
- incompatible packages
26+
- upgrading to a new version of something
27+
28+
2129
Options
2230
=======
2331

@@ -46,6 +54,11 @@ Where ``import`` Looks for Modules
4654
3. **sys.prefix** + ``lib/python$VERSION/site-packages``
4755
4. **sys.exec_prefix** + ``lib/python$VERSION/site-packages``
4856

57+
.. note::
58+
59+
To understand how virtualenv works, you need to understand Python's
60+
``import`` statement and how it finds packages.
61+
4962
How virtualenv Works
5063
====================
5164

0 commit comments

Comments
 (0)