Re: [matplotlib-devel] Problem installing basemap

2010-09-22 Thread Benjamin Root
On Wed, Sep 22, 2010 at 1:14 PM, Jeremy Lounds wrote: > Nevermind, I think I solved it... > > $ cd /usr/local/lib/python2.6/dist-packages > $ sudo cp -R * /usr/lib/python2.6/dist-packages/ > > Maybe worth a note somewhere? Or maybe it is there, I just completely > missed > the right configuration

Re: [matplotlib-devel] Problem installing basemap

2010-09-22 Thread Jeremy Lounds
Nevermind, I think I solved it... $ cd /usr/local/lib/python2.6/dist-packages $ sudo cp -R * /usr/lib/python2.6/dist-packages/ Maybe worth a note somewhere? Or maybe it is there, I just completely missed the right configuration/installation step. ~ Jeremy On Wed, Sep 22, 2010 at 2:00 PM, Jerem