aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBaptiste Darthenay <baptiste@darthenay.fr>2016-12-27 19:54:25 +0100
committerBaptiste Darthenay <baptiste@darthenay.fr>2016-12-27 20:19:33 +0100
commitb5775083a1fe12b3393789ad6b4ea67c67112558 (patch)
tree31d9722c22ca594d29b7421436cd2426ab8f252f /README.md
parente33cb3f849dc32e5c0f083ac5f1394dc792b32a1 (diff)
Using WORKON_HOME instead of envroot.
This improves compatibility with virtualenvwrapper.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ddcf66..fc74104 100644
--- a/README.md
+++ b/README.md
@@ -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