From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:56:09 +0000 (+0200) Subject: [3.13] Trivial change: Update comments in activate about what running hash -r does... X-Git-Tag: v3.13.1~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=801ef7de08d816b1976865496e834c5af941a8ad;p=thirdparty%2FPython%2Fcpython.git [3.13] Trivial change: Update comments in activate about what running hash -r does (GH-125385) (GH-125387) (cherry picked from commit 82bcaf15890cf85b76b4f62d2dd1710bb49c3ed1) --- diff --git a/Lib/venv/scripts/common/activate b/Lib/venv/scripts/common/activate index cbd4873f0122..4593799b7e9b 100644 --- a/Lib/venv/scripts/common/activate +++ b/Lib/venv/scripts/common/activate @@ -14,8 +14,9 @@ deactivate () { unset _OLD_VIRTUAL_PYTHONHOME fi - # Call hash to forget past commands. Without forgetting - # past commands the $PATH changes we made may not be respected + # Call hash to forget past locations. Without forgetting + # past locations the $PATH changes we made may not be respected. + # See "man bash" for more details. hash is usually a builtin of your shell hash -r 2> /dev/null if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then