How to Make iPython Work in a virtualenv Virtual Environment
Trying to run iPython inside of a virtualenv virtual environment will likely result in this error:
WARNING: Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv.
This is a problem because my virtual environment is running Python 3.5, and iPython is using the system's Python 2.7.