Skip to content

Commit

Permalink
Add kolibri to python path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Sep 27, 2021
1 parent e2e0852 commit 1433765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ writeversion:
@echo "Current version is now `cat kolibri/VERSION`"

preseeddb:
python build_tools/preseed_home.py
PYTHONPATH=".:$PYTHONPATH" python build_tools/preseed_home.py

setrequirements:
rm -r requirements.txt || true # remove requirements.txt
Expand Down

0 comments on commit 1433765

Please sign in to comment.