diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-11-22 17:46:08 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-11-22 17:46:08 +0000 |
commit | 7056597f2aef7b6b97d9206e60c626437514ae1e (patch) | |
tree | aefcb93fef45d42292fe719b2fb66765f0c6e715 /python | |
parent | 25cd9df872d6dbf54b68c3a2200b5920329ef979 (diff) | |
download | qpid-python-7056597f2aef7b6b97d9206e60c626437514ae1e.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.txt | 4 |
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 |