November 2013
Beginner
325 pages
9h 47m
English
What if you wanted to run Affirmation from the command line on a regular basis? Your best option is to move the executable to one of the standard directories for executables. This will allow you to run from the command line using only the name of the executable:
$ Affirmation "the best" 4
The standard directories for executables are determined by the PATH environment variable.
In Terminal, find your PATH environment variable:
$ echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
The /usr/local/bin directory a good home for Affirmation; by convention, it is the directory for user-installed tools on Unix and Unix-based systems, like OS X.
Even though the /usr/local/bin ...
Read now
Unlock full access