Open3

sass用ruby setup

wawasawawawasawa
touch ~/.bash_profile
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
wawasawawawasawa
gem install bundler
gem update
gem install compass
gem install sass