Setting up Python virtualenv: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with " === Make IPython work under virtualenv === File "/usr/bin/ipython", line 11 print "Could not start qtconsole. Please install ipython-qtconsole" ...")
 
Line 3: Line 3:
=== Make IPython work under virtualenv ===   
=== Make IPython work under virtualenv ===   


   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>

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"
                                                                     ^