04-23-2018, 01:55 PM
(04-23-2018, 01:40 AM)Onionhead Wrote: I am trying to install Spotify using the instructions provided on Moode4.0. Everything was going fine until this section. vim: command not found. Any suggestions would be appreciated. Thanks
pi@moode:~/spotify $ vim spotify-connect.sh
-bash: vim: command not found
@Onionhead
You just didn't know how the magic invocation. It's typical for Linux distros to install vim but call it "vi", apparently for the benefit of us dinosaurs who know the world was divided into two classes of programmers: those who used vi and those who used emacs.
Code:
pi@moode-LR:~ $ vi --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Sep 30 2017 18:21:38)
Included patches: 1-197, 322, 377-378, 550, 703, 706-707
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by pkg-vim-maintainers@lists.alioth.debian.org
Small version without GUI. Features included (+) or not (-):
...
Regards,
Kent