summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-11-22 17:46:08 +0000
committerJonathan Robie <jonathan@apache.org>2010-11-22 17:46:08 +0000
commit2a11c64dc3da415105338bf7de34865fe2345694 (patch)
treeaefcb93fef45d42292fe719b2fb66765f0c6e715 /python
parent9b984193d6355f1d1bab3a0680daf921f59b8d9d (diff)
downloadqpid-python-2a11c64dc3da415105338bf7de34865fe2345694.tar.gz
changed /path/to to ${INSTALLPATH}
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1037799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.txt b/python/README.txt
index ab29a737fa..e076e2d216 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -18,9 +18,9 @@ Documentation can be found here:
1. Make sure the Qpid Python client libraries are on your
PYTHONPATH. If you have extracted the archive to the directory
-/path/to, the following export will work:
+INSTALLPATH, the following export will work:
-$ export PYTHONPATH=${PYTHONPATH}:/path/to/qpid-0.8/python
+$ export PYTHONPATH=${PYTHONPATH}:${INSTALLPATH}/qpid-0.8/python
2. Make sure a broker is running