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
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
Hello,
I am new to python, matplotlib and basemap, but I _am_ familiar with Linux.
I have dome some searching on this but am still not sure where I am
going wrong. It looks like basemap is being installed as an "egg" even
though I used this command when installing:
python setup.py install
When