cpython/Lib/venv/scripts/common
Andrew Athan 82bcaf1589
Trivial change: Update comments in activate about what running hash -r does (GH-125385)
Update comments about what running hash -r does

The old comment said "hash -r" forgets "past commands." However, the documentation for "hash" states that it forgets past locations. The old comment was, in my opinion, confusing. This is because it could be interpreted to mean it does something to the command history (HISTORY/HISTFILE etc) vs the cache of locations.
2024-10-13 08:22:05 +01:00
..
activate Trivial change: Update comments in activate about what running hash -r does (GH-125385) 2024-10-13 08:22:05 +01:00
activate.fish gh-112571: Move fish venv activation script into the common folder (GH-117169) 2024-03-24 15:48:40 +00:00
Activate.ps1