X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=vinstall.py;h=ceb70f8adc76154e0dc88a41660e735e7c3d23b3;hb=e283458facd4e336d2f64606c741aaaeb0cc28dc;hp=5b63f5a11479d43d4af96509f7cf5ef734a0ebb3;hpb=604fff9480725be074699b0360121484b1875eaa;p=mpd-sima.git diff --git a/vinstall.py b/vinstall.py index 5b63f5a..ceb70f8 100755 --- a/vinstall.py +++ b/vinstall.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Copyright (C) 2013 Vinay Sajip. New BSD License. # Copyright (C) 2014 Kaliko Jack # @@ -115,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