Enabling the virtualenv commands.

How enable the virtualenv commands easily.
This commit is contained in:
Fábio Augusto Buche Barros 2020-09-13 13:17:22 -04:00 committed by GitHub
parent a6a80e2d64
commit 1bebce054b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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