X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=vinstall.py;h=ceb70f8adc76154e0dc88a41660e735e7c3d23b3;hb=ff3281d9e1a19b5e482beab74c64d61c754e7cc4;hp=842495cf70e6933de1cc9752eb96a942a1b82d14;hpb=59c6c698300f703949c43da0770f8b0eb130f0e0;p=mpd-sima.git diff --git a/vinstall.py b/vinstall.py index 842495c..ceb70f8 100755 --- a/vinstall.py +++ b/vinstall.py @@ -1,7 +1,9 @@ -# +#!/usr/bin/env python3 # Copyright (C) 2013 Vinay Sajip. New BSD License. # Copyright (C) 2014 Kaliko Jack # +from __future__ import print_function + REQ_VER = (3,3) import sys if sys.version_info < REQ_VER: @@ -114,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