Skip to content

Commit

Permalink
minor fix in how the repl is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Nov 8, 2024
1 parent d9b515b commit 272f185
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 @@ -7,7 +7,7 @@ all:
python src/leancheck.py

repl:
python -i src/leancheck.py -c 'from leancheck import *'
PYTHONPATH=src python -ic 'from leancheck import *'

test: examples
python src/leancheck.py
Expand Down

0 comments on commit 272f185

Please sign in to comment.