Skip to content

Commit 7057741

Browse files
committed
Add note on environment variable needed to work on OSX with Canopy
1 parent 95a2582 commit 7057741

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/install.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ distribution with the additional step of setting the environment variable
6363

6464
export QT_API=pyqt
6565

66+
If you're using Canopy, you need to do something similar with the
67+
``ETS_TOOLKIT`` variable::
68+
69+
export ETS_TOOLKIT=qt4
70+
6671
If you want to use PySurfer interactively, you should do so in ipython_. After
6772
starting ipython (either in the terminal, qtconsole, or notebook), you have to
6873
activate the correct GUI backend, which is probably qt::

0 commit comments

Comments
 (0)