From d8e742b9ee07a5d4f86e350eac08290710a96801 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 28 Sep 2012 10:33:07 -0400 Subject: [PATCH] Re-install both xmodule and capa before running local dev server --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index be5ef1d9e7..f5e26a208f 100644 --- a/rakefile +++ b/rakefile @@ -49,7 +49,7 @@ default_options = { task :predjango do sh("find . -type f -name *.pyc -delete") - sh('pip install -e common/lib/xmodule') + sh('pip install -e common/lib/xmodule -e common/lib/capa') sh('git submodule update --init') end