./doom install can't run the emacs command

So I ran ./doom install on my gentoo machine in the .config/emacs/bin folder, and I received this error message:

Error: failed to run Emacs with command ‘emacs’ Are you sure Emacs is installed and in your $PATH?

I get the same results for doom sync, doom build, doom env, e.c.t

I found someone running Linux Mint with a similar issue. They recommended exporting the path variable in the bashrc file

Which I did:

export PATH=“/usr/bin/emacs:$PATH”

Still no luck. I’d be grateful for any advice offered. Hope I’m formatting everything properly BTW. It’s my first time submitting an error, please forgive me if I’m not doing something correctly.

M-x doom-info gives me the same error message unfortunately.