Re: git-cl command not found

2019-11-15 Thread Federico Bruni
Il giorno gio 14 nov 2019 alle 20:56, David Nalesnik ha scritto: It's not in your PATH ? Ah yes. Duh. Didn't think to check b/c I figured this would just work out of the box. It should work out of the box, see: https://github.com/fedelibre/LilyDev/blob/master/mkosi/debian/mkosi.postinst#L

Re: git-cl command not found

2019-11-14 Thread David Nalesnik
tes/oldstable,oldstable,now 20161130+nmu1+deb9u1 all [installed] > > > > But then I can't use git-cl: > > > > [dev@lilydev:~]$ cd $LILYPOND_GIT > > [dev@lilydev:lilypond-git]$ git-cl config > > bash: git-cl: command not found > > > > > > What am I doing wrong? > > It's not in your PATH ? > Ah yes. Duh. Didn't think to check b/c I figured this would just work out of the box. Thanks...

Re: git-cl command not found

2019-11-14 Thread David Kastrup
apt does not have a stable CLI interface. Use with caution in > scripts. > > ca-certificates/oldstable,oldstable,now 20161130+nmu1+deb9u1 all [installed] > > But then I can't use git-cl: > > [dev@lilydev:~]$ cd $LILYPOND_GIT > [dev@lilydev:lilypond-git]$ git-cl confi

git-cl command not found

2019-11-14 Thread David Nalesnik
[installed] But then I can't use git-cl: [dev@lilydev:~]$ cd $LILYPOND_GIT [dev@lilydev:lilypond-git]$ git-cl config bash: git-cl: command not found What am I doing wrong? Thanks! David