Tue, 12 Jun 2018 19:01:06 +0200
pip Interface: changed to use the new VirtualEnv Manager
# -*- coding: utf-8 -*- # Copyright (c) 2015 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing the various pip dialogs and data. """ from __future__ import unicode_literals DefaultPyPiUrl = "https://pypi.org" DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi" DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"