Forum How do I...?

How do I export PATH

gbarr01
Hi, I installed prince 14 (on a mac) in the default directory, /usr/local/. But when I list /usr/local/, prince 14 is not there but in /usr/local/bin and /usr/local/lib.

$ ls /usr/local/lib/prince/
bin	dict	dtd	etc	fonts	hyph	icc	lib	license	man	math	style


The install guide says to export the following path:

$ export PATH=/usr/local/prince12/bin:$PATH


Should it really be this?

$ export PATH=/usr/local/lib/prince/bin:$PATH


Thank you!
mikeday
When installed in /usr/local you can place /usr/local/bin in your PATH (if it is not there already) and that should be sufficient.