IPython does not respect virtualenvwrappers python init. The simplest solution was found in the comments here: http://blog.ufsoft.org/2009/1/29/ipython-and-virtualenv
alias ipython=’python -c “import IPython; IPython.embed()”‘
Yuji's Increasingly Infrequent Ramblings
IPython does not respect virtualenvwrappers python init. The simplest solution was found in the comments here: http://blog.ufsoft.org/2009/1/29/ipython-and-virtualenv
alias ipython=’python -c “import IPython; IPython.embed()”‘