From: W. Trevor King Date: Sat, 30 Nov 2013 19:34:18 +0000 (-0800) Subject: setup/installation-test/swc-installation-test-2.py: Prefer pip to easy_install X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c34afbe112e70db37bd6c95c92daaf25efae9c94;p=swc-boot-camp.git setup/installation-test/swc-installation-test-2.py: Prefer pip to easy_install For virtual-pypi-installer. easy_install is part of Setuptools [1], which was dead for several years. The Distribute fork took over, but has since been merged back into a revitalized Setuptools (since Setuptools v0.7 [2], tagged on 2013-06-02 [3]). Pip >= v1.4 actually requires a modern Setuptools, not Distribute [4]. Pip also improves on easy_install [5], which does not currently support uninstalling packages [6]. [1]: http://pythonhosted.org/setuptools/ [2]: http://pythonhosted.org/distribute/ [3]: https://bitbucket.org/pypa/setuptools/commits/tag/0.7 [4]: http://www.pip-installer.org/en/latest/installing.html#id6 [5]: http://www.pip-installer.org/en/latest/other-tools.html#easy-install [6]: http://pythonhosted.org/setuptools/easy_install.html#uninstalling-packages --- diff --git a/setup b/setup index 930506e..2a875f1 160000 --- a/setup +++ b/setup @@ -1 +1 @@ -Subproject commit 930506eb0aaed855088f2c514b44d29cc7949774 +Subproject commit 2a875f1c6a69ea83525cdf23dc08865ebc872d40