use/install.rst: remove accidental $s

My Vimrc makes Vim show $ where line changes and I had accidentally
copy-pasted it to places where it doesn't belong.
This commit is contained in:
Mikaela Suomalainen 2014-08-30 16:37:08 +03:00
parent acdcb84d0a
commit 1a9b139758

View File

@ -114,8 +114,8 @@ You might need to add $HOME/.local/bin to your PATH.::
echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.$(echo $SHELL|cut -d/ -f3)rc echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.$(echo $SHELL|cut -d/ -f3)rc
source ~/.$(echo $SHELL|cut -d/ -f3)rc source ~/.$(echo $SHELL|cut -d/ -f3)rc
If pip gives error immediately instead of doing anything and you have git$ If pip gives error immediately instead of doing anything and you have git
installd, try upgrading pip with ``pip install pip --upgrade --user``.$ installd, try upgrading pip with ``pip install pip --upgrade --user``.
Configure Supybot Configure Supybot
----------------- -----------------