Hi Tibor,
On Apr 5, 2009, at 3:23 PM, Tibor Simko wrote:
On Fri, 03 Apr 2009, Devin Bougie wrote:
What is the best way to modify the version of gs bibsched tasks use
(in an already installed and running system)? I have installed an
updated version of gs in /opt/local/bin, and would like Invenio to
use
this version instead of the system default /usr/bin/gs.
You can edit the respective CFG_PATH_* variables directly in your
/opt/cds-invenio/etc/invenio-autotools.conf, and then run:
$ sudo -u apache /opt/cds-invenio/bin/inveniocfg --update-config-py
which will propagate your changes to config.py. Then restart Apache.
I did specify the version of ps2ascii in /opt/cds-invenio/etc/invenio-
local.conf, but I didn't see a variable for gs or a general PATH
variable. In the end, I was able to accomplish what I wanted by
modifying the root user's PATH in ~/.bashrc.
Many thanks for your help and information.
Sincerely,
Devin