python-django.el icon indicating copy to clipboard operation
python-django.el copied to clipboard

Fix: keep `python-shell-interpreter-args' working.

Open xor3 opened this issue 11 years ago • 1 comments

On windows, IPython only works with following configuration: (setq python-shell-interpreter "C:\Python27\python.exe" python-shell-interpreter-args "-i C:\Python27\Scripts\ipython-script.py"))

Without the python-shell-interpreter-args', python-django-mode's shell doesn't have the prompt "In [*]:" and its subprocess doesn't work right. So I keep thepython-shell-interpreter-args' here.

xor3 avatar Nov 24 '13 15:11 xor3

Is this still a thing on windows with latest python.el and python-django.el?

fgallina avatar May 14 '15 03:05 fgallina