On Fri, Jan 8, 2010 at 12:19 PM, Paul Geeleher <paulgeele...@gmail.com> wrote:
> Hi,
>
> I installed Rpy following the instructions in the README file. Thing is I
> want to remove this version and use the version in the Ubuntu repository
> instead. How do I completely remove the original version? I'm sure its very
> simple I can't find this information anywhere.
>
> Thanks
>
> Paul

>From memory, there are just five python files which get installed
in your site-packages directory. You can check where within Python:

import rpy
print rpy.__file__

I *think* all you need to do is manually remove these files (rpy.py,
py_wintools.py, rpy_version.py, rpy_tools.py, rpy_io.py, plus the
corresponding *.pyc files, and depending on what version of
Python you have there could also be an rpy-XXX.egg file).

Peter

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to