mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Enabling the virtualenv commands.
How enable the virtualenv commands easily.
This commit is contained in:
parent
a6a80e2d64
commit
1bebce054b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue