1
I installed the latest Radiance 5.2 for Mac OS using the dmg file provided on GitHub, and it is installed at:
/usr/local/radiance
2
I added the following path to the hidden file ~/.bash_profile in my user directory:
export PATH=$PATH:.:/usr/local/radiance/bin
export RAYPATH=.:/usr/local/radiance/lib
export MANPATH=$MANPATH:/usr/local/radiance/man
3
However, I'm still unable to locate Radiance commands in Terminal, even after restarting the computer:
$ where gensky
gensky not found
$ where gensky
gensky not found
4
I also tried adding the paths to ~/.profile (I don't have this file, so I duplicated one from the .bash_profile), and it still didn't work...
5
I also tried source ~/.bash_profile. However, it only works for the current shell session, as pointed out in a post listed below.
6
Could it be that the ~/.bash_profile is not loaded automatically every time I log in?
May I ask how to solve this Radiance commands not found issue, if I missed something important here?
7
I read the tried the suggestions in these posts:
https://unmethours.com/question/31026/where-is-evalglare-located-in-the-linux-system/
https://unmethours.com/question/31041/radiance-command-not-found/
https://unmethours.com/question/27561/rpict-cant-find-rayinitcal/