Add note about pip and $PATH

Closes #1189
This commit is contained in:
ZyX 2014-11-28 20:37:53 +03:00
parent f1399dc5d6
commit 774ec6dd42
1 changed files with 10 additions and 0 deletions

View File

@ -143,6 +143,16 @@ started from.*
Shell issues
============
When sourcing shell bindings it complains about missing command or file
-----------------------------------------------------------------------
If you are using ``pip`` based installation do not forget to add pip-specific
executable path to ``$PATH`` environment variable. This path usually looks
something like ``$HOME/.local/bin`` (linux) or
``$HOME/Library/Python/{python_version}/bin`` (OS X). One may check out where
``powerline-config`` script was installed by using ``pip show -f
powerline-status | grep powerline-config`` (does not always work).
I am suffering bad lags before displaying shell prompt
------------------------------------------------------