SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

How to resolve '-bash: slather: command not found'? #487

Open hcsaaron opened 3 years ago

hcsaaron commented 3 years ago

I had installed slather. But when I used 'slather' command, it point out '-bash: slather: command not found'.

$ sudo gem install slather Fetching slather-2.7.0.gem Successfully installed slather-2.7.0 Parsing documentation for slather-2.7.0 Installing ri documentation for slather-2.7.0 Done installing documentation for slather after 0 seconds 1 gem installed $ slather -v -bash: slather: command not found

So did I run the 'run-sonar.sh'. run-sonar.sh: line 27: slather: command not found

Please help me to resolve this problem. Thank you!

ebubekirsezer commented 3 years ago

@hcsaaron did you find any solution?

arlovip commented 2 years ago

The same issue. Any solutions?