Skip to content

Instantly share code, notes, and snippets.

View dunkelhaus's full-sized avatar
🧘‍♂️
Trying to evade existential crises born of JS.

dunkelhaus

🧘‍♂️
Trying to evade existential crises born of JS.
View GitHub Profile
@Jimmy-Xu
Jimmy-Xu / build-python-2.7.9.sh
Created December 14, 2015 16:45
upgrade Python 2.7.6 -> 2.7.9 on Ubuntu 14.04
#!/bin/sh
#
# Installs Python 2.7.9 on Ubuntu 14.04 to include security updates
# Run this script with superuser privileges.
#
BASEDEPS="build-essential python-pip"
BUILDDEPS="libbz2-dev \
libc6-dev \
libgdbm-dev \