Updated PATH instructions for macOS
This commit is contained in:
parent
8b598da790
commit
0e48dff4fc
@ -38,14 +38,18 @@ Instructions
|
|||||||
|
|
||||||
pip3 install magneticow --user
|
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)* ::
|
you installed magneticod first as advised)* ::
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
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``: ::
|
3. Activate the changes to ``$PATH``: ::
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.profile
|
||||||
|
|
||||||
4. Confirm that it is running: ::
|
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.
|
Dedicated to Cemile Binay, in whose hands I thrived.
|
||||||
|
|
||||||
Bora M. ALPER <bora@boramalper.org>
|
Bora M. ALPER <bora@boramalper.org>
|
||||||
|
Loading…
Reference in New Issue
Block a user