From 1bebce054b6f9dbb98749a6c997d77131af136bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Augusto=20Buche=20Barros?= <70820658+drbuche@users.noreply.github.com> Date: Sun, 13 Sep 2020 13:17:22 -0400 Subject: [PATCH] Enabling the virtualenv commands. How enable the virtualenv commands easily. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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