From: Michael Orlitzky Date: Wed, 25 Feb 2026 02:19:07 +0000 (-0500) Subject: README.rst: add "export" to PYTHONPATH example X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=cc5e8bc52284a57b6805027de0941d5e66c639ef;p=sage.d.git README.rst: add "export" to PYTHONPATH example --- 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