Pip installs paths relative to the current directory, not the directory the requirements file is in

This commit is contained in:
Calen Pennington
2013-05-03 11:40:41 -04:00
parent 9743e84d0b
commit 05d76c77ec

View File

@@ -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 .