Where is evalglare located in the Linux system
So, I know a little about Linux, I recently installed Radiance on Ubuntu system (Which is only a command line bash for windows 10). I used Optics2rad script that is located in /usr/bin. I'd like to use evalglare but I can't seem to find it in /usr/bin. So where could it be?
Update
I followed Greg's instrudtions, in the comments below). I added /usr/local/radiance/bin to my PATH, and /usr/local/radiance/lib to RAYPATH. My environment (in etc) file contains the following:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/radiance/bin"
RAYPATH ="/usr/local/radiance/lib"
However, When I try to use evalglare I get the "command not found" error message. So I ran
echo $PATH, $PATH, my /usr/local/radiance/lib /usr/local/radiance/lib
didn't show up in the list, also I ran echo "$RAYPATH" "$RAYPATH"
and I got an empty line command. Any ideas?
Also, another weird problem I'm having, I can't see any .HDR files that are in mnt/c/users/name/Desktop!!!!!!