Sep
18
You’ll find a bunch of different approaches to this on Google; Using an iPython boot script that extends sys.path with paths from the current virtualenv. Or calling the iPython script with the virtualenv’s python binary (python `which ipython`). They all tend to be problematic; for example, the latter doesn’t work if the virtualenv has been [...]
