blob: 1179aef068a6a0031e4991f15920f190bc152344 [file]
Stop ``deactivate`` in the bash/zsh activation script from aborting under ``set -e`` when ``hash -r`` fails (for example
with shell hashing disabled) by appending ``|| true``, matching CPython ``venv`` (gh-149701) and the existing
non-deactivate call - by :user:`gaborbernat`.