diff options
-rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 9e09bfc5941..9d3e428e23c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -91,9 +91,9 @@ ;; is as follows (of course you need to modify the paths according to ;; your system): -;; (setq python-shell-interpreter "C:\\Python27\\python.exe" +;; (setq python-shell-interpreter "C:/Python27/python.exe" ;; python-shell-interpreter-args -;; "-i C:\\Python27\\Scripts\\ipython-script.py") +;; "-i C:/Python27/Scripts/ipython-script.py") ;; Missing or delayed output used to happen due to differences between ;; Operating Systems' pipe buffering (e.g. CPython 3.3.4 in Windows 7. |