diff options
author | Justin Timmons <justinmtimmons@gmail.com> | 2016-12-11 19:39:56 -0500 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-11-05 11:39:06 -0500 |
commit | 18af404ef33d8efcbb9446945e543251ab33aa3c (patch) | |
tree | 71ffa4cf790e39340e11e7b250a2be2077660438 /src/coding.c | |
parent | efd0371c23c5dd04d73980b42d7cf64bbceccb9a (diff) | |
download | emacs-18af404ef33d8efcbb9446945e543251ab33aa3c.tar.gz emacs-18af404ef33d8efcbb9446945e543251ab33aa3c.tar.bz2 emacs-18af404ef33d8efcbb9446945e543251ab33aa3c.zip |
Support python virtualenv on w32 (Bug#24464)
According to the virtualenv docs only POSIX systems follow the
structure "/path/to/venv/bin/", while windows systems use
"/path/to/venv/Scripts" for the location of the binary files, most
importantly including the python interpreter (see:
https://virtualenv.pypa.io/en/stable/userguide/#windows-notes).
* lisp/progmodes/python.el (python-shell-calculate-exec-path): Use the
"/path/to/venv/Scripts" for `windows-nt' machines.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions