File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Original file line number Diff line number Diff line change 4
4
Working with Matplotlib on OSX
5
5
******************************
6
6
7
- .. contents ::
8
- :backlinks: none
9
-
10
- .. _osxframework_introduction :
11
-
12
- Introduction
13
- ============
14
-
15
7
On OSX, two different types of Python builds exist: a regular build and a
16
8
framework build. In order to interact correctly with OSX through the native
17
9
GUI frameworks, you need a framework build of Python. At the time of writing
48
40
The default python provided in (Ana)conda is not a framework build. However,
49
41
a framework build can easily be installed, both in the main environment and
50
42
in conda envs: install python.app (``conda install python.app ``) and use
51
- ``pythonw `` rather than ``python ``
43
+ ``pythonw `` rather than ``python ``.
You can’t perform that action at this time.
0 commit comments