Just installed SASS, but can't get its version
问题 I installed SASS from the terminal, just gem install sass . And I see it says "Successfully installed sass-3.2.9." However, when I then do sass --version or sass --v I get this error: -bash: sass: command not found The only thing I can think of is, when I was doing the Git tutorials on Tuts+ I ran into a local vs. global issue or I had to edit a bash_profile file. This is what is inside the bash_profile file inside my user directory: export PATH="/usr/local/bin:$PATH" Any thoughts or tips on