Error when installing and trying to get version of SASS via Terminal
Not sure what is going on, I was able to install git via the terminal (had to create a bash_profile).
Now I installed ruby and did install sass. However when I did sass --version I got a bash error? I installed a 2nd time, samething, then I tried installing a 3rd time and got a new error:
I'm so lost, I don't know how VIM is useful, no idea what a bash_profile is.
Here is the contents of my bash_profile which I had to create in order to get the correct version of git working:
export PATH="/usr/local/bin:$PATH"
Any and all tips appreciated!
UPDATE, I needed to use sudo gem install sass, and was able to install it (for the 3rd time) However, I still cannot get the version of sass or do any other sass commands?
Not sure what is going on, I was able to install git via the terminal (had to create a bash_profile).
Now I installed ruby and did install sass. However when I did sass --version I got a bash error? I installed a 2nd time, samething, then I tried installing a 3rd time and got a new error:
I'm so lost, I don't know how VIM is useful, no idea what a bash_profile is.
Here is the contents of my bash_profile which I had to create in order to get the correct version of git working:
export PATH="/usr/local/bin:$PATH"
Any and all tips appreciated!
UPDATE, I needed to use sudo gem install sass, and was able to install it (for the 3rd time) However, I still cannot get the version of sass or do any other sass commands?
No comments:
Post a Comment