Advertisement
Guest User

Untitled

a guest
Sep 8th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. rmo@peach:~$ ipfs config edit
  2. Error: ENV variable $EDITOR not set
  3. rmo@peach:~$ export EDITOR=vim
  4. rmo@peach:~$ ipfs config edit
  5. sh: 1: vim: not found
  6. Error: exit status 127
  7. rmo@peach:~$ which vim
  8. /usr/bin/vim
  9. rmo@peach:~$ export EDITOR=/usr/bin/vim
  10. rmo@peach:~$ ipfs config edit
  11. sh: 1: /usr/bin/vim: not found
  12. Error: exit status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement