I installed MacTex on OSX Lion. The pdflatex command only works if I run
sudo pdflatex
whereas running it without sudo results in "command not found." How can I get at pdflatex without admin privileges?
After trying Nifle's suggestions, the problem persists. I actually already had the proper addition to the path,
/usr/local/texlive/2011/bin/universal-darwin/
in my $PATH, but even accessing this directory needed admin privileges.