Phenomenon.
Type workon, prompt: command not found: workon
Type workon, prompt: command not found: workon
Solution:
vim ~/.bash_profile
export WORKON_HOME=~/.virtualenvs (This address can be replaced by an absolute address)
source /Library/Frameworks/Python.framework/Versions/3.9/bin/virtualenvwrapper.sh
source ~/.bash_profile
vim ~/.bash_profile
export WORKON_HOME=~/.virtualenvs (This address can be replaced by an absolute address)
source /Library/Frameworks/Python.framework/Versions/3.9/bin/virtualenvwrapper.sh
source ~/.bash_profile