|
|
Tarax <tar### [at] mailcitycom> wrote:
: This is a multi-part message in MIME format.
Please don't.
: "povray : command not found"
This is a system setup problem, not a povray problem. Your problem is that
the executable named "povray" is not anywhere in the search path.
You have to either move the executable (or make a link) to a directory
that is included in your PATH (perhaps /usr/bin?) or add the location of
the povray binary to your PATH variable.
You can see your PATH by writing:
echo $PATH
Setting a new value to it depends on your shell.
PS: You can also execute the program by specifying its location specifically.
For example, if the executable is in the current directory (ie. working
directory) you can execute it with:
./povray
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|