I\'m following this post to make one ipython rule all the virtualenvs.
From what I understand, the main idea of the post is that when in a virtualenv, ipython can no
pip install ipython instead of apt-get install ipython. The former installs into the virtualenv, the latter installs into your system python packages.
pip install ipython
apt-get install ipython