Use forward slashes for python w32 config example (Bug#21656)
* lisp/progmodes/python.el: Use forward slashes for Windows path example, it doesn't require doubling of slashes which reduces chances of confusion.
This commit is contained in:
parent
04e5b28ff1
commit
afb04f7f3c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue