From cc5e8bc52284a57b6805027de0941d5e66c639ef Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Feb 2026 21:19:07 -0500 Subject: [PATCH] README.rst: add "export" to PYTHONPATH example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 92e9ab2..28ac9cd 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ initialization file (``~/.bashrc`` if you use BASH). For example, .. code-block:: shell - PYTHONPATH="${PYTHONPATH}:/path/to/sage.d.git" + export PYTHONPATH="${PYTHONPATH}:/path/to/sage.d.git" If you would like the public bits of the library to be automatically imported when you start Sage, add -- 2.51.0