Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

compass command not found after install [duplicate]

Mac OS X El Capitan:

I can't run "compass" in terminal after compass installation. I knew that i made some mistake when I was installing compass, probably with sudo.

My steps:

sudo gem install compass

If I entering: compass -v , returns:

command not found: compass

If I check my gems: gem list , also returns:

compass-core (1.0.3) 
compass-import-once (1.0.5)

when I run which -a gem, I get:

/usr/bin/gem

my path:

➜  ~  echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

If anybody has any suggestions please help, thanks.

like image 905
A. Koval Avatar asked Dec 05 '25 18:12

A. Koval


1 Answers

I had the same issue and fixed it with brew install ruby, you may also need to re-install compass and sass

like image 193
Pixelomo Avatar answered Dec 08 '25 08:12

Pixelomo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!