From 05d76c77ec5364db668dd4fc78b0f4e4f7b79886 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 3 May 2013 11:40:41 -0400 Subject: [PATCH] Pip installs paths relative to the current directory, not the directory the requirements file is in --- requirements/local.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index 2967ab1025..201467d11e 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,4 +1,4 @@ # Python libraries to install that are local to the mitx repo --e ../common/lib/capa --e ../common/lib/xmodule --e ../ +-e common/lib/capa +-e common/lib/xmodule +-e .