Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ronnie/5cbaf75c57a06ba75a8b8759737a6aa7 to your computer and use it in GitHub Desktop.

Select an option

Save ronnie/5cbaf75c57a06ba75a8b8759737a6aa7 to your computer and use it in GitHub Desktop.

Revisions

  1. @majascules majascules created this gist Feb 26, 2015.
    13 changes: 13 additions & 0 deletions gistfile1.sh
    Original 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