David Kastrup wrote Tuesday, July 03, 2012 9:26 PM

> "Trevor Daniels" <t.dani...@treda.co.uk> writes:
> 
>>> $ git cl upload master
>>> WARNING: terminal is not fully functional
>>> Documentation/notation/input.itely |   56 +++++++++++++++++
>>> 1 files changed, 56 insertions(+), 0 deletions(-)
>>> 'vi' is not recognized as an internal or external command,
>>> operable program or batch file.
> 
> Apparently not in the PATH available to Python.
> 
> You could set the environment variable EDITOR to the full path of vi
> (including vi itself, or whatever other editor you may prefer) and see
> whether that helps.

It was necessary to rename vi to vi.sh and set EDITOR to
to its path.  Leaving its name as just vi meant it could not be
recognised as a valid command, even though it worked fine
on the command line in the bash shell.

Trevor 
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to