Skip to content

Instantly share code, notes, and snippets.

@abbottc
abbottc / pyvenvex.py
Last active January 26, 2023 17:35 — forked from vsajip/pyvenvex.py
#
# Copyright (C) 2013 Vinay Sajip. New BSD License.
#
import os
import os.path
from subprocess import Popen, PIPE
import sys
from threading import Thread
from urllib.parse import urlparse
from urllib.request import urlretrieve