summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-11-22 17:07:50 +0000
committerJonathan Robie <jonathan@apache.org>2010-11-22 17:07:50 +0000
commit25cd9df872d6dbf54b68c3a2200b5920329ef979 (patch)
treeb06848c88f308ab85db5486b42047a778b65ad06
parent1283102890b923a0c7212412ddd59981fad5fa01 (diff)
downloadqpid-python-25cd9df872d6dbf54b68c3a2200b5920329ef979.tar.gz
Preserved original PYTHONPATH in example. Responding to Andrew Kennedy's feedback.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1037774 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--python/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.txt b/python/README.txt
index 267e7b3eef..ab29a737fa 100644
--- a/python/README.txt
+++ b/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