0

I'm new to Linux. I use Linux Mint (Cinnamon), and every time I open the Terminal, I am greeted with this message:

Command '‘export' not found, did you mean:
  command 'mexport' from deb mblaze
Try: sudo apt install <deb name>

Any ideas?

2
  • if you echo $version do you get tcsh back?
    – Jeff Schaller
    Commented May 1, 2020 at 12:40
  • it returns with nothing
    – smlunar
    Commented May 3, 2020 at 5:08

1 Answer 1

-1

It looks like you have edited your .bashrc file.

I can replicate this error exactly if I put

'‘export'

as the last line in my .bashrc

To check it just execute

grep export ~/.bashrc

If grep gives an output like the above then edit it out of your ~/.bashrc file.

Edit: From your last post edit you can see that you have 2 lines starting 'export delete them both from ~/.bashrc.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .