@@ -209,15 +209,15 @@ Installer.app, or a binary OSX egg, which you can install via
209
209
setuptools' easy_install.
210
210
211
211
The mkpg installer will have a "zip" extension, and will have a name
212
- like :file: `matplotlib-0.99.0.rc1 -py2.5 -macosx10.5_mpkg.zip `.
212
+ like :file: `matplotlib-1.2.0 -py2.7 -macosx10.5_mpkg.zip `.
213
213
The name of the installer depends on which versions of python, matplotlib,
214
214
and OSX it was built for. You need to unzip this file using either the
215
215
"unzip" command, or simply double clicking on the it. Then when you
216
216
double-click on the resulting mpkd, which will have a name like
217
- :file: `matplotlib-0.99.0.rc1 -py2.5 -macosx10.5.mpkg `, it will run the
217
+ :file: `matplotlib-1.2.0 -py2.7 -macosx10.5.mpkg `, it will run the
218
218
Installer.app, prompt you for a password if you need system-wide
219
219
installation privileges, and install to a directory like
220
- :file: `/Library/Python/2.5 /site-packages/ ` (exact path depends on your
220
+ :file: `/Library/Python/2.7 /site-packages/ ` (exact path depends on your
221
221
python version). This directory may not be in your python 'path' variable,
222
222
so you should test your installation with::
223
223
@@ -231,7 +231,7 @@ If you get an error like::
231
231
232
232
then you will need to set your PYTHONPATH, eg::
233
233
234
- export PYTHONPATH=/Library/Python/2.5 /site-packages:$PYTHONPATH
234
+ export PYTHONPATH=/Library/Python/2.7 /site-packages:$PYTHONPATH
235
235
236
236
See also ref:`environment-variables `.
237
237
@@ -255,33 +255,7 @@ the latest egg from our `download site
255
255
<https://github.com/matplotlib/matplotlib/downloads> `_ directly to your
256
256
harddrive, and manually install it, eg::
257
257
258
- > easy_install --install-dir=~/dev/lib/python2.5/site-packages/ matplotlib-0.99.0.rc1-py2.5-macosx-10.5-i386.egg
259
-
260
- Naming convention issues
261
- ^^^^^^^^^^^^^^^^^^^^^^^^
262
- .. note ::
263
- This should no longer be an issue. If it is, please
264
- report it to the mailing list.
265
-
266
- Some users have reported problems with the egg for 0.98 from the
267
- matplotlib download site, with ``easy_install ``, getting an error::
268
-
269
- > easy_install ./matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg
270
- Processing matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg
271
- removing '/Library/Python/2.5/site-packages/matplotlib-0.98.0-py2.5-
272
- ...snip...
273
- Reading http://matplotlib.sourceforge.net
274
- Reading http://cheeseshop.python.org/pypi/matplotlib/0.91.3
275
- No local packages or download links found for matplotlib==0.98.0
276
- error: Could not find suitable distribution for
277
- Requirement.parse('matplotlib==0.98.0')
278
-
279
- If you rename ``matplotlib-0.98.0-py2.5-macosx-10.3-fat.egg `` to
280
- ``matplotlib-0.98.0-py2.5.egg ``, ``easy_install `` will install it from
281
- the disk. Many Mac OS X eggs have cruft at the end of the filename,
282
- which prevents their installation through easy_install. Renaming is
283
- all it takes to install them; still, it's annoying.
284
-
258
+ > easy_install --install-dir=~/path/to/site-packages/ matplotlib-1.2.0-py2.7-macosx-10.5-i386.egg
285
259
286
260
.. _install_from_source_on_osx_epd :
287
261
@@ -350,8 +324,8 @@ Binary installers for Windows
350
324
If you have already installed python, you can use one of the
351
325
matplotlib binary installers for windows -- you can get these from the
352
326
`download <https://github.com/matplotlib/matplotlib/downloads >`_ site.
353
- Choose the files that match your version of python (eg ``py2.5 `` if
354
- you installed Python 2.5 ) which have the ``exe `` extension. If you
327
+ Choose the files that match your version of python (eg ``py2.7 `` if
328
+ you installed Python 2.7 ) which have the ``exe `` extension. If you
355
329
haven't already installed python, you can get the official version
356
330
from the `python web site <http://python.org/download/ >`_.
357
331
0 commit comments