0

I don't know why but since this morning, I have the complete bash path in my terminal, every time I open it. I don't know how to remove it?

thanks

bash: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/home/user/.opam/system/bin: No such file or directory

terminal

James78
  • 135
  • 1
  • 2
  • 9

1 Answers1

2

That's an error message from your ~/.bashrc. bash is trying to find a command with that name, and is failing.
Check your ~/.bashrc you probably have a Space after an =, which is disallowed.

waltinator
  • 4,865