6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-05 12:57:52 +00:00
tutor/tutor
Régis Behmo f11f47f9f0 Fix installing a locally cloned requirement repository
When running `pip install -r /path/to/x.txt`, relative paths listed in
x.txt are supposed to be relative to the current folder, and not the
x.txt folder. This results in an error during `pip install`:

   ./xblock-poll/ should either be a path to a local project or a VCS
   url beginning with svn+, git+, hg+, or bzr+

This error was first reported here:
https://discuss.overhang.io/t/installing-custom-xblock/61
2019-05-22 20:03:46 +02:00
..
templates Fix installing a locally cloned requirement repository 2019-05-22 20:03:46 +02:00
__about__.py v3.3.10 (2019-05-15) 2019-05-15 10:33:29 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
android.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
cli.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
config.py Fix boolean configuration choices 2019-05-15 10:19:51 +02:00
dev.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
env.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
images.py Add --no-cache option to images build 2019-05-22 19:17:54 +02:00
k8s.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
local.py Add local exec command 2019-05-05 12:30:20 +02:00
opts.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
scripts.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
serialize.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
ui.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
utils.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00
webui.py Run code formatting on the entire code base 2019-05-05 12:30:20 +02:00