Thanks Carlos and Adrian. On Tuesday, April 22, 2014 5:18:16 PM UTC+2, Carlos Córdoba wrote:
> It depends on your operating system. If you are on Linux, you need to > remove > > /usr/local/lib/python2.7/dist-packages/spyder > /usr/local/lib/python2.7/dist-packages/spyderlib > /usr/local/bin/spyder > I found these instead, probably because I asked for Python 3 before installing: /usr/local/lib/python3.2/dist-packages/spyderlib /usr/local/lib/python3.2/dist-packages/spyderplugins /usr/local/bin/spyder /usr/local/bin/spyder3 As well as: /usr/local/lib/python3.2/dist-packages/spyder-2.3.0beta3.egg-info /usr/local/lib/python3.2/dist-packages/spyder-2.3.0dev.egg-info /usr/local/bin/spyder_win_post_install.py (*) /usr/local/share/applications/spyder3.desktop /usr/local/share/pixmaps/spyder3.png (*) I'm not sure it's worth it installing this file on a Linux system. On Tuesday, April 22, 2014 5:19:20 PM UTC+2, Adrian Klaver wrote: > On 04/22/2014 07:58 AM, Nathanaël Naeri wrote: > > Just out of curiosity, how would one proceed to uninstall a > > manually-installed Spyder 2.3 beta? I'd rather go back to using it in > > bootstrap mode. Thanks. > > otherwise you will need to find where it is installed and remove it > manually. Easiest way to find it is to from Python interpreter: > > import spyderlib > help(spyderlib) > > At the top of the help text is a File section that shows where spyderlib > is installed. You will also need to do a whereis on spyder to find the > spyder program. > This pointed me to /usr/local/lib/python3.2/dist-packages/spyderlib and /usr/local/bin/spyder. Locate find other bits, that I've written here for reference. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
