I am getting the message "EXPORT: command not found" when ever i open terminal

I am getting an "EXPORT: command not found" error whenever I open the terminal.

2

1 Answer

I commented

You've likely added an export command to an autorun script (the command is export which is not the same as "EXPORT"; case matters)

OP later confirmed it was in ~/.bashrc

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like