On 2016-04-26 16:16, Oliver Bestwalter wrote:

sys.executable
'/home/obestwalter/.pyenv/versions/3.4.4/envs/tmp/bin/python3.4'

Not sure if this helps but perhaps:

alex@X301:~/Py$ which python
/usr/bin/python
alex@X301:~/Py$ . venv/bin/activate
(venv)alex@X301:~/Py$ which python
/home/alex/Py/venv/bin/python
(venv)alex@X301:~/Py$

[Ubuntu 14.04 LTS]

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to