2

I keep seeing

 -bash: export: `=': not a valid identifier
 -bash: export: `/usr/lib/jvm/default-java': not a valid identifier
 -bash: export: `=': not a valid identifier
 -bash: export: `/usr/share/tomcat7': not a valid identifier

I know its when I was installing tomcat7 and java stuff but I can't remember where I made these changes.

Braiam
  • 67,791
  • 32
  • 179
  • 269
andydraysen
  • 23
  • 1
  • 1
  • 3

1 Answers1

1

Its saying that you have some problems in your .bashrc.

type as nano ~/.bashrc in your terminal.

check at that area of the lines and fix those errors.

then save & close.

then again type as bash or open your terminal .

Raja G
  • 102,391
  • 106
  • 255
  • 328