From 8b598da790985f0e3f8d269fc7460a1fa1c795fd Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Mon, 10 Apr 2017 17:56:27 +0400 Subject: [PATCH] Updated PATH instructions for macOS --- magneticod/README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/magneticod/README.rst b/magneticod/README.rst index 2a19f96..2f91299 100644 --- a/magneticod/README.rst +++ b/magneticod/README.rst @@ -31,13 +31,17 @@ Instructions pip3 install magneticod --user -2. Add installation path to the ``$PATH``; append the following line to your ``~/.bashrc`` :: +2. Add installation path to the ``$PATH``; append the following line to your ``~/.profile`` :: 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: ::