From: Paul Brossier Date: Tue, 19 Apr 2016 20:24:08 +0000 (+0200) Subject: python/README: fix typo X-Git-Tag: 0.4.4~300^2~304 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=013d0d71dee15b81dcc9465e081dcf653365a26e;p=aubio.git python/README: fix typo --- diff --git a/python/README b/python/README index c49d2a78..d0fb3f5a 100644 --- a/python/README +++ b/python/README @@ -48,7 +48,7 @@ setting PYTHONPATH: Similarly, you can use the aubio module without installing libaubio by pointing LD_LIBRARY_PATH to the path libaubio can be found at: - $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:PWD/../build/src + $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../build/src Or on Mac OS X systems, setting DYLD_LIBRARY_PATH: