diff --git a/elements/pip-and-virtualenv/README.md b/elements/pip-and-virtualenv/README.md deleted file mode 100644 index 53110a67c..000000000 --- a/elements/pip-and-virtualenv/README.md +++ /dev/null @@ -1,15 +0,0 @@ -Install latest pip and virtualenv -================================= - -We have problems with the latest binary package of pip and virtualenv. -Packaged version of pip can be old and virtualenv can also contain its -own version of pip. Issues include downloading packages from a local -pypi mirror that include a wheel package for pip. - -The element follows the instructions from the pip website here: -http://www.pip-installer.org/en/latest/installing.html on how to install -the latest version of pip. That is to download get-pip.py and run this -file. - -We use source-repositories element to download the file so it will be -cached and can be overridden to use package if that is required. diff --git a/elements/pip-and-virtualenv/element-deps b/elements/pip-and-virtualenv/element-deps deleted file mode 100644 index 73d637d49..000000000 --- a/elements/pip-and-virtualenv/element-deps +++ /dev/null @@ -1,2 +0,0 @@ -package-installs -source-repositories diff --git a/elements/pip-and-virtualenv/install.d/get-pip-py-package-install/package-installs-pip-and-virtualenv b/elements/pip-and-virtualenv/install.d/get-pip-py-package-install/package-installs-pip-and-virtualenv deleted file mode 100644 index 534d20431..000000000 --- a/elements/pip-and-virtualenv/install.d/get-pip-py-package-install/package-installs-pip-and-virtualenv +++ /dev/null @@ -1,2 +0,0 @@ -python-pip -python-virtualenv diff --git a/elements/pip-and-virtualenv/install.d/get-pip-py-source-install/01-install-pip b/elements/pip-and-virtualenv/install.d/get-pip-py-source-install/01-install-pip deleted file mode 100755 index ea3d5edd8..000000000 --- a/elements/pip-and-virtualenv/install.d/get-pip-py-source-install/01-install-pip +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -eux - -python /tmp/get-pip.py -pip install virtualenv diff --git a/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv b/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv deleted file mode 100644 index 98bfb62c3..000000000 --- a/elements/pip-and-virtualenv/source-repository-pip-and-virtualenv +++ /dev/null @@ -1 +0,0 @@ -get-pip-py file /tmp/get-pip.py https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py