Closed jrhorn424 closed 7 years ago
@jrhorn424 I'd like to verify each of these instances of apt-get
should be changed to brew:
# LINUX ONLY
sudo apt-get install libsass
### LINUX ONLY
Enter the command:
`sudo apt-get install git`
####Linux ONLY
Now you need to install some setup-tools:
sudo apt-get install build-essential curl git python-setuptools ruby
sudo apt-get install libffi-dev
OS X ONLY
Enter the command: brew install git
- Linux ONLY
-
- Enter the command: sudo apt-get install git
5.Install ruby-build, a plugin for rbenv.
- # OSX ONLY
brew install ruby-build
- # LINUX ONLY
- git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
I have removed all of these except
# LINUX ONLY
sudo apt-get install build-essential curl git python-setuptools ruby
# LINUX ONLY
sudo apt-get install libffi-dev
and
# LINUX ONLY
sudo apt-get install postgresql libpq-dev
Which I think is appropriate. Please correct me if I'm wrong.
Related: #217