$ virtualenv lolpython3env -p `which python3`
$ source lolpython3env/bin/activate
$ python -V
which python
pip --version
Python 3.5
/tmp/lolpython3env/lolpython3env/bin/python
pip 8. from /tmp/lolpython3env/lolpython3env/lib/python3.5/site-packages (python 3.5)
<leader>d
(follow identifier as far as possible, includes imports and statements)site-packages/django/views/generic/base.py
url(r'^$', views.IndexView.as_view(), name='index'),