]> kaliko git repositories - mpd-sima.git/blobdiff - vinstall.py
http client hardcoded caching (workaround for #7)
[mpd-sima.git] / vinstall.py
index 5b63f5a11479d43d4af96509f7cf5ef734a0ebb3..ceb70f8adc76154e0dc88a41660e735e7c3d23b3 100755 (executable)
@@ -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