@@ -209,15 +209,15 @@ Installer.app, or a binary OSX egg, which you can install via
209209setuptools' easy_install.
210210
211211The 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 `.
213213The name of the installer depends on which versions of python, matplotlib,
214214and OSX it was built for. You need to unzip this file using either the
215215"unzip" command, or simply double clicking on the it. Then when you
216216double-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
218218Installer.app, prompt you for a password if you need system-wide
219219installation 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
221221python version). This directory may not be in your python 'path' variable,
222222so you should test your installation with::
223223
@@ -231,7 +231,7 @@ If you get an error like::
231231
232232then you will need to set your PYTHONPATH, eg::
233233
234- export PYTHONPATH=/Library/Python/2.5 /site-packages:$PYTHONPATH
234+ export PYTHONPATH=/Library/Python/2.7 /site-packages:$PYTHONPATH
235235
236236See also ref:`environment-variables `.
237237
@@ -255,33 +255,7 @@ the latest egg from our `download site
255255<https://github.com/matplotlib/matplotlib/downloads> `_ directly to your
256256harddrive, and manually install it, eg::
257257
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
285259
286260.. _install_from_source_on_osx_epd :
287261
@@ -350,8 +324,8 @@ Binary installers for Windows
350324If you have already installed python, you can use one of the
351325matplotlib binary installers for windows -- you can get these from the
352326`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
355329haven't already installed python, you can get the official version
356330from the `python web site <http://python.org/download/ >`_.
357331
0 commit comments