Steven Fan

Results 4 comments of Steven Fan

Sorry didn't read it carefully enough. Got to a similar error where expected commands didn't work but from installing the wrong package, it was late and didn't notice the details...

This is for Ubuntu 16.04. No $EDITOR variable. It happens through update-alternatives. `sudo update-alternatives --install /usr/bin/editor editor /path/to/vim 1`

@blueyed Dug a little bit into the update-alternatives system, it uses symlinks. ``` lrwxrwxrwx 1 root root 24 Jun 18 14:31 /usr/bin/editor -> /etc/alternatives/editor* lrwxrwxrwx 1 root root 18 Nov...