|
|
|
@ -299,10 +299,10 @@ put executables in elpy-rpc-venv in path |
|
|
|
(path-entry) |
|
|
|
(elpy-binpath)) |
|
|
|
(if (string-equal system-type "windows-nt") |
|
|
|
(progn (setq path-entry (replace-regexp-in-string (regexp-quote "/") |
|
|
|
(progn (setq elpy-binpath (expand-file-name "Scripts")) |
|
|
|
(setq path-entry (replace-regexp-in-string (regexp-quote "/") |
|
|
|
(regexp-quote "\\") |
|
|
|
elpy-binpath)) |
|
|
|
(setq elpy-binpath (expand-file-name "Scripts"))) |
|
|
|
elpy-binpath))) |
|
|
|
(setq elpy-binpath (expand-file-name "bin")) |
|
|
|
(setq path-entry elpy-binpath)) |
|
|
|
(nconc exec-path (list elpy-binpath)) |
|
|
|
|