mirror of
https://github.com/python/cpython.git
synced 2025-11-17 09:30:10 +00:00
When using python's built-in venv activaton script
warnings are printed when hashing is disabled in
bash or zsh, like;
`bash: hash: hashing disabled`
This output is not really useful to the end-user and has
been disabled in `virtualenv` for long.
This commit is based on:
|
||
|---|---|---|
| .. | ||
| common | ||
| nt | ||
| posix | ||