diff --git a/README.md b/README.md index f7222d87..37033b73 100644 --- a/README.md +++ b/README.md @@ -1185,7 +1185,7 @@ In home, press `ctrl + H` to show hidden files and open `~/.zshrc` Add this at the file and save: ```zsh - #virtualenv e virtualenvwrapper + #virtualenv and virtualenvwrapper export WORKON_HOME=SHOME/.virtualenvs export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3.7 source /usr/local/bin/virtualenvwrapper.sh