diff options
author | Baptiste Darthenay <baptiste@darthenay.fr> | 2016-12-27 19:54:25 +0100 |
---|---|---|
committer | Baptiste Darthenay <baptiste@darthenay.fr> | 2016-12-27 20:19:33 +0100 |
commit | b5775083a1fe12b3393789ad6b4ea67c67112558 (patch) | |
tree | 31d9722c22ca594d29b7421436cd2426ab8f252f /README.md | |
parent | e33cb3f849dc32e5c0f083ac5f1394dc792b32a1 (diff) |
Using WORKON_HOME instead of envroot.
This improves compatibility with virtualenvwrapper.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ will be printed instead. ## Where venvs are created When `workon` is called, venvs are created or loaded from the -`$HOME/.venvs` folder. +`$HOME/.venvs` folder by default. +To change this behavior, set the `WORKON_HOME` environment +variable before sourcing `venvworkon.sh`. ## Post-load script If the file `$HOME/.venvs/<venv>/postload.sh` exists, it is |