X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=vinstall.py;h=ceb70f8adc76154e0dc88a41660e735e7c3d23b3;hb=69495ef9b6867b4fecf2026d883c52fdf1bbdb46;hp=9e3f891d3d549050e49bbfea02cdc6a317922eaa;hpb=d71073a0cf4bae0da48270594eb5a0a33abff05f;p=mpd-sima.git diff --git a/vinstall.py b/vinstall.py index 9e3f891..ceb70f8 100755 --- a/vinstall.py +++ b/vinstall.py @@ -116,7 +116,7 @@ class ExtendedEnvBuilder(venv.EnvBuilder): :param context: The information for the environment creation request being processed. """ - url = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py' + url = 'https://bootstrap.pypa.io/get-pip.py' self.install_script(context, 'pip', url) # pip installs to "local/bin" on Linux, but it needs to be accessible # from "bin" since the "activate" script prepends "bin" to $PATH