We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d45fae commit 77020daCopy full SHA for 77020da
Lib/venv/scripts/common/activate
@@ -14,8 +14,9 @@ deactivate () {
14
unset _OLD_VIRTUAL_PYTHONHOME
15
fi
16
17
- # Call hash to forget past commands. Without forgetting
18
- # 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.
19
+ # See "man bash" for more details. hash is usually a builtin of your shell
20
hash -r 2> /dev/null
21
22
if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
0 commit comments