Suggest people use `PYTHONPATH` rather than adjusting `sys.path` internally.
authorW. Trevor King <wking@drexel.edu>
Tue, 13 Mar 2012 13:30:45 +0000 (09:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 13 Mar 2012 13:30:45 +0000 (09:30 -0400)
commitdb4fd993090090a7e7054bdfb4ccff667d4cf07b
tree094044b803121dc471f212cd4dad0f6181082c08
parent55b6a03a50713bfb9c2e1f5000765b6e4d5ef882
Suggest people use `PYTHONPATH` rather than adjusting `sys.path` internally.

The old method only worked out of the box if you were running Python
2.1 on a 586.  I imagine that is too small a slice of current users to
be worth hard coding ;).
demo/python/cmd.py
demo/python/info.py
demo/python/mmap.py
swig/python/README.txt