Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
encoderer
on May 18, 2014
|
parent
|
context
|
favorite
| on:
Control-R, my favorite Unix shell command
Python REPL?
Is there something I need to do to enable that?
Mister_Snuggles
on May 18, 2014
|
next
[–]
The Python REPL that I'm using has readline enabled. If you don't have it you may need to rebulid it and enable readline when you run configure.
Bootvis
on May 18, 2014
|
prev
[–]
Type
python
in your shell?
maxerickson
on May 18, 2014
|
parent
[–]
Note that a given python may be compiled without readline or with a readline replacement.
encoderer
on May 19, 2014
|
root
|
parent
[–]
Yeah, the one on OSX isn't compiled w/ readline. But I tried it on a ubuntu host and it works.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Is there something I need to do to enable that?