lynx help!!!

shadowfax

Registered
Hi,

I just downloaded/installed lynx in my os x. But I cannot make the application run.

When I type:

bash-2.05a$ lynx
bash: lynx: command not found

So I tried this:

bash-2.05a$ open -a lynx
2003-05-20 13:33:52.720 open[4793] Couldn't launch application: lynx

I know the executables is in my system because it resides in:

/usr/local/bin

Any help would be great, thank you.
 
You can start it with /usr/local/bin/lynx in the terminal.
A more permanent solution would be to set up your path variable correctly in your shell, I'm sure you can find a lot of threads about that if you do a search
 
Back
Top