|
From: Benjamin R. <ben...@ou...> - 2010-07-07 15:02:26
|
Samuel, Fortunately, matplotlib keeps all of the files that it compiles with the python files that it installs. On Ubuntu, I believe that the installation directory was /usr/lib/python2.?/dist-packages/matplotlib* (note, I don't remember the exact version of python and the exact name of the matplotlib directory). If you remove that matplotlib directory and the corresponding matplotlib egg info file that is also in the dist-packages directory, that should get everything with respect to matplotlib. Also, if you use basemap, remember that it is installed separately from matplotlib and it would also have to be removed in a similar manner, if you needed it removed. I hope that is helpful. Ben Root On Wed, Jul 7, 2010 at 8:59 AM, Samuel Teixeira Santos <arc...@gm...>wrote: > Hi all > > on my server (ubuntu 8.04 lts) > I installed matplotlib > > and was that kind of installation who compile various files with gcc, > gfortran and so on > > now I wanna remove them > to install the new version... > > could anyone help me with this? because I don't wann to do something who > could be bad to the server... > > thanks in advanced... > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |