← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #55943]: What's the best way to install Matplotlib Basemap toolkit?

 

Question #55943 on matplotlib in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/matplotlib/+question/55943

Endolith posted a new comment:
This worked in Jaunty, too.

    sudo apt-get install python-matplotlib python-numpy libgeos-dev python-httplib2 python-imaging python-dev checkinstall
    tar xvfz basemap-0.99.3.tar.gz
    cd basemap-0.99.3/
    sudo su
    checkinstall python setup.py install

Then I filled in number 10 with "python-matplotlib, python-numpy,
libgeos-dev, python-httplib2, python-imaging, python-dev"

It installed, and the demos run, but when I tried to uninstall it still
works.  :)  So it's installed permanently and checkinstall apparently
can't handle python installations

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.