Skip to content

Instantly share code, notes, and snippets.

@Qumeric
Qumeric / install_ensurepip.py
Last active October 8, 2023 07:13 — forked from antoine-lizee/install_ensurepip.py
Script to install ensurepip to Python. Works on macOS and Linux for Anaconda and classic python installs.
import os
import sys
import io
import tarfile
import urllib.request
import re
ARCHIVE_URL = 'http://d.pr/f/YqS5+'