Updated PATH instructions for macOS

This commit is contained in:
Bora M. Alper 2017-04-10 17:57:59 +04:00 committed by GitHub
parent 8b598da790
commit 0e48dff4fc

View File

@ -38,14 +38,18 @@ Instructions
pip3 install magneticow --user
2. Add installation path to the ``$PATH``; append the following line to your ``~/.bashrc`` *(you can skip to step 4 if
2. Add installation path to the ``$PATH``; append the following line to your ``~/.profile`` *(you can skip to step 4 if
you installed magneticod first as advised)* ::
export PATH=$PATH:~/.local/bin
**or if you are on macOS**, (assuming that you are using Python 3.5): ::
export PATH="${PATH}:${HOME}/Library/Python/3.5/bin/"
3. Activate the changes to ``$PATH``: ::
source ~/.bashrc
source ~/.profile
4. Confirm that it is running: ::
@ -150,4 +154,4 @@ in ``magnetico`` directory for the full license text.
Dedicated to Cemile Binay, in whose hands I thrived.
Bora M. ALPER <bora@boramalper.org>
Bora M. ALPER <bora@boramalper.org>