Results 2 comments of tbagnoli

I'm also looking for this feature.

as reported by others, `sys.path` and `sys.executable` agree from within the virtualenv (I'm using pipenv, btw), the latter correctly pointing to the virtualenv: ``` >>> sys.executable '/Users/tullio/.local/share/virtualenvs/data_science-V36xIoci/bin/python' ``` but from...