barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

config error #163

Open MojangPlsFix opened 9 years ago

totemo commented 9 years ago

Looking at the relevant code, it appears that mark2 wanted to select the first editor that exists on the system from a list of names, expecting an error code and not an exception. Around about here. Try setting your $EDITOR environment variable to refer to your preferred text editor in ~/.bashrc or similar, e.g.

export EDITOR=nano
totemo commented 9 years ago

It may be necessary to set the full path to that. Hopefully not.