[Radiance-general] setting RAYPATH

Jack de Valpine jedev at visarc.com
Thu May 13 11:58:20 PDT 2010


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 ,bashrc
>
> Sorry, 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 at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general



More information about the Radiance-general mailing list