Setting up Python virtualenv: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Line 3: Line 3:
=== Make IPython work under virtualenv ===   
=== Make IPython work under virtualenv ===   


<code> File "/usr/bin/ipython", line 11
<code>
    File "/usr/bin/ipython", line 11
     print "Could not start qtconsole. Please install ipython-qtconsole"
     print "Could not start qtconsole. Please install ipython-qtconsole"
                                                                       ^
                                                                       ^
</code>
</code>

Revision as of 22:13, 24 November 2013


Make IPython work under virtualenv

   File "/usr/bin/ipython", line 11
   print "Could not start qtconsole. Please install ipython-qtconsole"
                                                                     ^