Skip to content

Instantly share code, notes, and snippets.

@sushant-hiray
Last active August 29, 2015 14:01
Show Gist options
  • Save sushant-hiray/d2acc84db3789445159f to your computer and use it in GitHub Desktop.
Save sushant-hiray/d2acc84db3789445159f to your computer and use it in GitHub Desktop.

Revisions

  1. sushant-hiray revised this gist May 25, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -15,3 +15,5 @@ pip install cython;
    sudo apt-get install ruby;
    sudo apt-get install ruby-dev;
    sudo gem install jekyll;
    sudo gem install therubyracer;
    sudo gem install execjs;
  2. sushant-hiray revised this gist May 25, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -12,3 +12,6 @@ sudo apt-get install python-pip;
    sudo apt-get install python-dev libxml2-dev libxslt-dev; //needed else gives pip gives some error that pyconfig.h is not present
    sudo pip install virtual-env;
    pip install cython;
    sudo apt-get install ruby;
    sudo apt-get install ruby-dev;
    sudo gem install jekyll;
  3. sushant-hiray revised this gist May 21, 2014. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion install.sh
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,9 @@ sudo apt-get install nautilus-dropbox;
    sudo apt-get install vlc;
    // linuxdcpp from software center
    sudo apt-get install git;
    sudo apt-get install vim;
    sudo apt-get install vim;

    sudo apt-get install python-pip;
    sudo apt-get install python-dev libxml2-dev libxslt-dev; //needed else gives pip gives some error that pyconfig.h is not present
    sudo pip install virtual-env;
    pip install cython;
  4. sushant-hiray created this gist May 6, 2014.
    9 changes: 9 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    sudo apt-get update && sudo apt-get upgrade;
    sudo apt-get install ubuntu-restricted-extras;
    sudo apt-get install terminator;
    sudo apt-get install flashplugin-installer;
    sudo apt-get install nautilus-dropbox;
    sudo apt-get install vlc;
    // linuxdcpp from software center
    sudo apt-get install git;
    sudo apt-get install vim;