diff options
author | Guillaume Pasquet <etenil@pancake.local> | 2017-07-06 08:35:34 +0100 |
---|---|---|
committer | Guillaume Pasquet <etenil@pancake.local> | 2017-07-06 08:35:34 +0100 |
commit | 69346e8bc81cbb73d39b1e4135cc51183702ab04 (patch) | |
tree | 8198475252c8cfddde6107f2ce1aa5a82f07d208 | |
parent | ed1814abfc22ddee88e620c49fa44c01701d08b4 (diff) |
Fix incorrect documentation about where venvs are created
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ will be printed instead. ## Where venvs are created When `workon` is called, venvs are created or loaded from the -`$HOME/.venvs` folder by default. +`$HOME/.venv` folder by default. To change this behavior, set the `WORKON_HOME` environment variable before sourcing `venvworkon.sh`. |