From b606d89df2d4d98bc9dc98a72748bed89044285e Mon Sep 17 00:00:00 2001 From: Ignasi Fosch Date: Sat, 26 Jul 2014 11:56:51 +0200 Subject: [PATCH] Remember about upgrade changes and sourcing bashrc --- docs/installation/osx.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation/osx.rst b/docs/installation/osx.rst index 1513620c..b6184746 100644 --- a/docs/installation/osx.rst +++ b/docs/installation/osx.rst @@ -15,7 +15,7 @@ If you are running OS X, you can install everything needed with Homebrew. #. Install `Homebrew `_. #. If you are already using Homebrew, make sure your installation is up to - date before you continue:: + date before you continue. Notice that this can update other pieces of software, as well:: brew update brew upgrade @@ -32,9 +32,10 @@ If you are running OS X, you can install everything needed with Homebrew. dependencies and will crash. You can either amend your ``PYTHONPATH`` permanently, by adding the - following statement to your shell's init file, e.g. ``~/.bashrc``:: + following statement to your shell's init file, e.g. ``~/.bashrc``, and reload it:: export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages:$PYTHONPATH + source ~/.bashrc Or, you can prefix the Mopidy command every time you run it::