pyvenv icon indicating copy to clipboard operation
pyvenv copied to clipboard

Warn about running Python instances

Open jorgenschaefer opened this issue 11 years ago • 1 comments

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.

jorgenschaefer avatar Oct 27 '13 12:10 jorgenschaefer

Also if the executable-find returns a file inside that virtualenv.

jorgenschaefer avatar Oct 27 '13 12:10 jorgenschaefer