You can't install Bokeh in a virtualenv without modifying
/home/asim.ihsan/Programming/envs/default/lib/python2.7/site.py
to add
the getsitepackages()
from the Python 2.7 version of the file
in e.g. /usr/lib64/python2.7/site.py
. This is because
virtualenv uses a Python 2.6 version of this file. This is an open
bug:
In your virtualenv site.py
search for addsitepackages()
and