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


Groups > comp.lang.python > #86289

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-23 18:35 -0800
References <41302A7145AC054FA7A96CFD03835A0A0B9451B8@EX10MBX02.EU.NEC.COM> <CAPTjJmpXL2Yzw3qMzfGcv9F-s+oR7t=TwTYREVpZYvuGabd_7g@mail.gmail.com> <mailman.19085.1424712044.18130.python-list@python.org> <54ebdcfa$0$11100$c3e8da3@news.astraweb.com>
Newsgroups comp.lang.python
Message-ID <mailman.19114.1424745346.18130.python-list@python.org> (permalink)

Show all headers | View raw


In article <54ebdcfa$0$11100$c3e8da3@news.astraweb.com>,
 Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote:
> Almost right!
> 
> You can install Python from source. Unzip the source tar ball, cd into the 
> source directory, and run:
> 
> ./configure
> make
> 
> BUT do *not* run `make install` as that will overwrite your system Python 
> and Bad Things will happen. Instead, run `make altinstall`.

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

-- 
 Ned Deily,
 nad@acm.org

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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