pyvenv
pyvenv copied to clipboard
Warn about running Python instances
When the virtualenv changes, pyvenv could warn about processes that ran from the old virtualenv.
That is, if (executable-find (car (process-command proc)))
changes for any proc
in (process-list)
by changing the virtualenv, then we should warn about this process still using the old virtualenv.
Also if the executable-find
returns a file inside that virtualenv.