Commit 3d4b9c65 by Calen Pennington

Re-install both xmodule and capa before running local dev server

parent 2b6a8485
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment