Skip to content
Snippets Groups Projects
Commit bfb198a6 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

don't clobber pythonpath

parent 28db5dde
No related branches found
No related tags found
No related merge requests found
...@@ -112,10 +112,10 @@ Your python may not give priority to locally installed libraries over system ...@@ -112,10 +112,10 @@ Your python may not give priority to locally installed libraries over system
libraries, in which case you must add your local packages to your python path:: libraries, in which case you must add your local packages to your python path::
$ # on Linux: $ # on Linux:
$ export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages $ export PYTHONPATH=$HOME/.local/lib/python2.7/site-packages:$PYTHONPATH
$ # on OSX: $ # on OSX:
$ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages $ export PYTHONPATH=$HOME/Library/Python/2.7/lib/python/site-packages:$PYTHONPATH
For reliable VoIP calls to be routed via this homeserver, you MUST configure For reliable VoIP calls to be routed via this homeserver, you MUST configure
a TURN server. See docs/turn-howto.rst for details. a TURN server. See docs/turn-howto.rst for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment