Skip to content

Instantly share code, notes, and snippets.

View namratab94's full-sized avatar
👩‍💻
Paving my career with one line of code at a time

Namrata Bilurkar namratab94

👩‍💻
Paving my career with one line of code at a time
View GitHub Profile
@uranusjr
uranusjr / install_ensurepip.py
Created August 22, 2014 02:44
Script to install ensurepip to Python. “Fix” the Ubuntu 14.04 / Debian Sid bug. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732703
import os
import sys
import io
import tarfile
import urllib.request
ARCHIVE_URL = 'http://d.pr/f/YqS5+'