rajeshkumar created the topic: You must set your EDITOR environment variable or configure your editor
Error
[code language=”css”]
knife node edit firefox
ERROR: You must set your EDITOR environment variable or configure your editor via knife.rb
[/code]
Solution:
[code language=”css”]
export EDITOR=$(which vi)
To persist this, add it to ~/.bashrc or ~/.bash_profile.
or
knife[:editor] = “vi” in knife.rb
[/code]
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
Latest posts by Rajesh Kumar (see all)
- Implementing Managed IT Services: A Step-by-Step Guide - August 30, 2024
- DevOps Foundation Certification - August 29, 2024
- SRE Foundation Certification - August 29, 2024