Hi,
On Ubuntu 9.10, if bash is your shell (check with the following):
printenv | grep SHELL
then, you can edit .profile (ls -lf to see the . files) to include something like the following (at the end of the file should be fine):
RAYPATH=.:/usr/local/lib/ray
export RAYPATH
then to set this for the current login session:
source .profile
future logins should be fine.
To check if RAYPATH is set and what to:
printenv | grep RAYPATH
-Jack
···
--
# Jack de Valpine
# president
#
# visarc incorporated
# http://www.visarc.com
#
# channeling technology for superior design and construction
Lars O. Grobe wrote:
Hi again...
cd
gedit ,bashrcSorry, a typo here, of course the settings are in the file .bashrc ...
And, to take effect, you must reload the configuration. Either close the terminal and open a new one, or use the source command.
Cheers, Lars.
_______________________________________________
Radiance-general mailing list
Radiance-general@radiance-online.org
http://www.radiance-online.org/mailman/listinfo/radiance-general