-
-
Save ronnie/5cbaf75c57a06ba75a8b8759737a6aa7 to your computer and use it in GitHub Desktop.
Revisions
-
majascules created this gist
Feb 26, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/bash # #Install Homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # #Install Python brew install python # #Install CSVKit and check to make sure that it is in your path pip install csvkit which csvcut #If PIP fails for whatever reason then install with easy_install #easy_install csvkit