Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Install CSVKit

Posted on May 14, 2015October 26, 2015 By David Kittell

I personally use Ubuntu, if you don’t the commands may be slightly different.

To install:

apt-get --assume-yes update && apt-get --assume-yes upgrade && apt-get --assume-yes autoremove
apt-get --assume-yes install python-dev python-pip python-setuptools build-essential
pip install --upgrade setuptools
pip install --upgrade csvkit
Originally Posted on May 14, 2015
Last Updated on October 26, 2015
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code CSVKit UNIX Shell Scripts

Post navigation

Previous post
Next post

Related Posts

Excel – Get Worksheet Name

Posted on August 29, 2016

If you’re like me you name your worksheets in Excel to help make more sense of the data. I try to incorporate a universal header in most of my Excel documents so this script helps me. =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Example: Say you have an Excel file to log all the domains you…

Read More

Mac OSX Terminal – Format Disk

Posted on June 11, 2019June 11, 2019

This process is very helpful to format a disk that has multiple partitions on it like a Raspberry Pi SD Card. This script can be updated to allow a different type of format (JHFS+ instead of FAT32) but for now it serves my purpose. #!/bin/sh # FormatSDCard.sh # # #…

Read More

Raspberry Pi – Install Firefox and Thunderbird on Raspbian

Posted on April 9, 2018

sudo apt install dirmngr echo "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/firefox.list echo "deb-src http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/firefox-source.list echo "deb http://ppa.launchpad.net/mozillateam/thunderbird-next/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/thunderbird.list echo "deb-src http://ppa.launchpad.net/mozillateam/thunderbird-next/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/thunderbird-source.list sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys A6DCF7707EBC211F sudo apt-key adv…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes