Skip to content

Conversation

xor3
Copy link

@xor3 xor3 commented Nov 24, 2013

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 added 2 commits November 24, 2013 22:54
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"))

With out the `python-shell-interpreter-args', python-django-mode's shell
does't have the promt "In [*]:" and its  subprocess doesn't work right. So I
keep the `python-shell-interpreter-args' here.
@fgallina
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants