Open ssbarnea opened 4 years ago
I suggest specifying the full path of the macOs' own ruby environment:
/usr/bin/gem install --user taskwarrior-web
This finally saved me some headache, as my Homebrew (in /usr/local/...) had incompatibile version of Ruby.
The document installation method is incorrect because it would require sudo, something only a crazy man would give on macos:
Luckly,
gem install --user taskwarrior-web
seems to work fine, so maybe is better to document and safer installation method.