I need to use my $PATH in Emacs to run some commands. How can I make Emacs use it? I installed Emacs from Ubuntu repositories.
$PATH
If your env vars aren't picked up it may be due to the way emacs is started. Check the menuitem or whatever and try changing emacs to bash -c emacs.
emacs
bash -c emacs