From 05519531f92069af2b95cce0463764e8fab3891e Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 11 Jun 2013 10:10:42 -0700 Subject: [PATCH] Reference public pip issue. Change-Id: I944d0ac68cc1ea21f7384bb86d2051fe4c3201f7 --- docs/source/topics/solvedproblems.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/topics/solvedproblems.rst b/docs/source/topics/solvedproblems.rst index d1feae76..78f71161 100644 --- a/docs/source/topics/solvedproblems.rst +++ b/docs/source/topics/solvedproblems.rst @@ -16,3 +16,5 @@ The temporary folder for building (/tmp/XYZ) is not owned by your user! This is a new feature of pip>=1.3 where it seems to incorrectly handle the SUDO user. To get around this just remove the above directory and reactivate the appropriate ANVIL command. + +Issue @ https://github.com/pypa/pip/issues/982