Wtyczka Sublime Text 3 SublimeLinter nie może znaleźć jshinta

Z jakiegoś powodu SublimeLinter3 lub wtyczka linter SublimeLinter3 JSHint wydaje się niezdolna do przeanalizowaniaPATH zmienna środowiskowa i dlatego nie może działaćjshint:

SublimeLinter: Could not parse shell PATH output:
<empty> 
error: SublimeLinter could not determine your shell PATH. It is unlikely that any linters  will work. 

Please see the troubleshooting guide for info on how to debug PATH problems.
SublimeLinter: WARNING: jshint deactivated, cannot locate 'jshint' 
Can't connect
Unable to fetch update url contents

Thejshint binarny jest wPATH, jednak:

$ which jshint
/home/path/to/bin/jshint

Problem występuje tylko w Ubuntu. Działa bez zarzutu w systemie OS X. Przejrzałemoficjalne dokumenty bezskutecznie.

Za pomocąbash jeśli to ma jakiekolwiek znaczenie.

questionAnswers(2)

yourAnswerToTheQuestion