From 399358d81066a578313cf026a5f9533ad848cd94 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 29 Aug 2025 07:49:26 +0200 Subject: [PATCH] note how to set up with python readline --- basics/setup/quality_of_life.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/basics/setup/quality_of_life.md b/basics/setup/quality_of_life.md index 5f3281d..6a0e8fb 100644 --- a/basics/setup/quality_of_life.md +++ b/basics/setup/quality_of_life.md @@ -100,7 +100,13 @@ Try: - `kcw` - ls -axxxx -Works with `python` too: +Readline can work with python one you set `PYTHON_BASIC_REPL` to `true`. + + +```sh +echo 'export PYTHON_BASIC_REPL=true' >> ~/.bashrc +exec bash +``` ```python imos