Enter workon Error: command not found: workon [How to Solve]

Phenomenon.
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

Similar Posts: