From daa97dc9719023cae503bca86de143af478d8438 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Fri, 6 Oct 2017 11:23:07 +0200 Subject: [PATCH] [ubuntu-dev] force pip to use python 2.7 and not python 3+ --- ubuntu-dev/ubuntu-dev.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu-dev/ubuntu-dev.dockerfile b/ubuntu-dev/ubuntu-dev.dockerfile index 9084a80..4bc80a5 100644 --- a/ubuntu-dev/ubuntu-dev.dockerfile +++ b/ubuntu-dev/ubuntu-dev.dockerfile @@ -61,6 +61,7 @@ RUN __LLVM_VERSION__="5.0" \ && pip install --upgrade pip \ && pip install --upgrade virtualenv \ && pip3 install --upgrade pip \ + && cp /usr/local/bin/pip2 /usr/local/bin/pip \ && echo "SHELL=/bin/bash\nTERM=xterm-256color\nDISPLAY=:98\nCC=clang-${__LLVM_VERSION__}\nCXX=clang++-${__LLVM_VERSION__}" >> /etc/environment ENV SHELL /bin/bash ENV CC clang-5.0