I'm getting this error when I tried to install PIL on my osx lion -
"You must `brew link jpeg' before pil can be installed"
So I followed that instruction, but got another error instead -
"Linking /usr/local/Cellar/jpeg/8d... Warning: Could not link jpeg. Unlinking... Error: Could not symlink file: /usr/local/Cellar/jpeg/8d/bin/wrjpgcom Target /usr/local/bin/wrjpgcom already exists. You may need to delete it. To force the link and delete this file, do:"
I found a post in the site - https://superuser.com/questions/402032/brew-link-jpeg-issues - but doesn't solve my problem. Can anyone tell me how can I resolve this issue?