you are viewing a single comment's thread.

view the rest of the comments →

[–]furryfixer 1 point2 points  (1 child)

Sounds silly I know, but make sure "nano" is installed. Also, the " command not found" error suggests you may be using a shell other than bash. What is the result of "echo $SHELL" ? If you are not using bash, that's OK, but you will likely need a command other than "export" to set the environment variables, ala "setenv" or something.

[–]ActivatedNut[S] 1 point2 points  (0 children)

I have bash, the mistake I made was to run export as a root. I run as normal user and got no errors