I PM'ed Bob about adding the directory path to the environment file, per this comment I made earlier:
Quote:
2. For command line usage the syntax will be (I need to find Bob's instructions on how to avoid this step - but until then the command line entry is):
./poincare render.txt
Bob recommended I use the export option, as the example shows in the code below:
Quote:
export PATH=$PATH:<add new path here>
replacing <add new path here> with the actual list of directories you want included.
IMPORTANT! - make sure you include the '$PATH' portion as that simply completes to all of the directories you already have in your path.
So if you leave out '$PATH' and just enter the one you want, all others will be gone (not the directories...just their inclusion in PATH).
After that all new entries you want need to be separated by a colon (without any spaces between colons and entries). For example:
Code:
export PATH=$PATH:/mahvin/blah:/mahvin/blah/blah
would add the directories /mahvin/blah and mahvin/blah/blah to the end of the existing path.
Hope this helps. If you still have problems, let me know.
By adding the PATH to the location where the poincare binary resides, you will no longer have to use ./ when calling the poincare binary in terminal.
Now that I have added the PATH, all I do is cd to the poincare directory and type:
poincare render.txt
Thanks to both Bill (for Poincare) and Bob for his help with the PATH variable.
_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes