diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-18 20:51:19 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-03-18 20:51:19 -0400 |
commit | 46d0590f1c473aa15352b437a7a037ec4b7fa120 (patch) | |
tree | 569e1d1ed966df2662a5d9d6a78b1d171487162d | |
parent | ec0d99b4a52834e8e49261440b6af34b434ccd13 (diff) | |
download | python-coveragepy-46d0590f1c473aa15352b437a7a037ec4b7fa120.tar.gz |
Track some details for Linux
-rw-r--r-- | howto.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ (or equivalent). + These go in c:\python26\lib\site-packages or + /usr/local/lib/python2.6/dist-packages, for example. + - For complete coverage testing, in each Python installation, create a "zzz_coverage_process_start.pth" containing:: |