diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-11-22 17:07:50 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-11-22 17:07:50 +0000 |
| commit | 485c04ef9dbfc32c8bc6b43cca72ab7ced993ae3 (patch) | |
| tree | 306ca957cc7a7ec7e765a8a652861dbd89de9e0c /qpid/python | |
| parent | 5608d5c91dd9bab07ce06327b13989b203173644 (diff) | |
| download | qpid-python-485c04ef9dbfc32c8bc6b43cca72ab7ced993ae3.tar.gz | |
Preserved original PYTHONPATH in example. Responding to Andrew Kennedy's feedback.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1037774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/README.txt b/qpid/python/README.txt index 267e7b3eef..ab29a737fa 100644 --- a/qpid/python/README.txt +++ b/qpid/python/README.txt @@ -20,7 +20,7 @@ Documentation can be found here: PYTHONPATH. If you have extracted the archive to the directory /path/to, the following export will work: -$ export PYTHONPATH=/path/to/qpid-0.8/python +$ export PYTHONPATH=${PYTHONPATH}:/path/to/qpid-0.8/python 2. Make sure a broker is running |
