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.

If you have pip then do:

sudo pip uninstall spyder

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.




On Thursday, January 16, 2014 2:13:21 AM UTC+1, Carlos Córdoba wrote:

    Hi all,

    On the behalf of Spyder's development team, I'm pleased to announce the
    third beta of our next major version: Spyder 2.3.

    We've been working on this version for eight and a half months now and
    as far as we know is very stable. There are still some minor bugs to
    squash but we encourage all people who like the bleeding edge to
    give it
    a try.

    The most important improvement of this release is that it now supports
    Python 3.2/3.3 besides (of course) Python 2.6/2.7. This beta also comes
    with several improvements to the Editor: code completion now offers
    completions based on the tokens or words present in a file, in case no
    other completion can be found (which works for any file type, not just
    Python); the Tab key can now do code completions (besides doing
    indentation); and Shift+Tab can show again the tooltip of a function's
    signature when pressed inside a function call (besides un-indenting).

    This release comes one month after the last beta2 release. To download
    it please go to our Bitbucket Downloads page (because GoogleCode
    doesn't
    let to create new downloads):

    https://bitbucket.org/spyder-ide/spyderlib/downloads
    <https://bitbucket.org/spyder-ide/spyderlib/downloads>

    See the incomplete changelog here:
    http://code.google.com/p/spyderlib/wiki/ChangeLogBeta
    <http://code.google.com/p/spyderlib/wiki/ChangeLogBeta>

    And don't forget to follow Spyder updates/news on the project website
    (http://code.google.com/p/spyderlib/
    <http://code.google.com/p/spyderlib/>) and on our official blog
    (http://spyder-ide.blogspot.com/ <http://spyder-ide.blogspot.com/>).

    Enjoy!
    Carlos

--
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]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
Adrian Klaver
[email protected]

--
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.

Reply via email to