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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024