diff --git a/cli.bat b/cli.bat index 2d3136829e..065287d6e3 100644 --- a/cli.bat +++ b/cli.bat @@ -5,10 +5,9 @@ set DJANGO_SETTINGS_MODULE=sefaria.settings IF [%1]== [] GOTO P IF %1== -i GOTO IP -python -i cli.py -EXIT +:IP +ipython -i cli.py +GOTO END :P python -i cli.py -exit -:ip -ipython -i cli.py \ No newline at end of file +:END \ No newline at end of file