Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86387

Re: Python shell: Arrow keys not working in PuTTY

From Ned Deily <nad@acm.org>
Subject Re: Python shell: Arrow keys not working in PuTTY
Date 2015-02-25 00:39 -0800
References (1 earlier) <CAPTjJmpXL2Yzw3qMzfGcv9F-s+oR7t=TwTYREVpZYvuGabd_7g@mail.gmail.com> <mailman.19085.1424712044.18130.python-list@python.org> <54ebdcfa$0$11100$c3e8da3@news.astraweb.com> <mailman.19114.1424745346.18130.python-list@python.org> <54ec1360$0$12978$c3e8da3$5496439d@news.astraweb.com>
Newsgroups comp.lang.python
Message-ID <mailman.19175.1424853612.18130.python-list@python.org> (permalink)

Show all headers | View raw


In article <54ec1360$0$12978$c3e8da3$5496439d@news.astraweb.com>,
 Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote:
> Ned Deily wrote:
> > With no --prefix= on ./configure, the default install location is to
> > /usr/local, so "make install" would install a link at
> > /usr/local/bin/python (or python3) and it would only overwrite your
> > system Python if the system Python happened to be installed in
> > /usr/local/bin/.
> Well, I'm not going to say you are wrong, but I can say that on Centos 5 
> systems (and presumably that includes Fedora and Red Hat of the equivalent 
> vintage), if you just run `make install` it overwrites the /usr/bin/python 
> hard link to /usr/bin/python2.4. I know because I've done it :-(

If you're using any current 2.7.x or 3.4.x source tarball (or dev repo) 
from python.org, it ain't gonna happen.  (I'm not going to go back and 
check all the previous releases but it's been that way for a long time, 
AFAIK.)  If you're using source modified by a distribution, like Centos, 
RH, or Fedora, all bets are off, of course.

-- 
 Ned Deily,
 nad@acm.org

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Python shell: Arrow keys not working in PuTTY Laura Creighton <lac@openend.se> - 2015-02-23 18:20 +0100
  Re: Python shell: Arrow keys not working in PuTTY Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-24 13:07 +1100
    Re: Python shell: Arrow keys not working in PuTTY Ned Deily <nad@acm.org> - 2015-02-23 18:35 -0800
      Re: Python shell: Arrow keys not working in PuTTY Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-24 16:59 +1100
        RE: Python shell: Arrow keys not working in PuTTY David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2015-02-24 11:18 +0000
        Re: Python shell: Arrow keys not working in PuTTY Laura Creighton <lac@openend.se> - 2015-02-24 15:51 +0100
        Re: Python shell: Arrow keys not working in PuTTY Ned Deily <nad@acm.org> - 2015-02-25 00:39 -0800

csiph-web