diff options
author | Baptiste Darthenay <baptiste@darthenay.fr> | 2016-12-27 20:33:59 +0100 |
---|---|---|
committer | Baptiste Darthenay <baptiste@darthenay.fr> | 2016-12-27 20:33:59 +0100 |
commit | ef80fa0bec2df62c2ea5469123b4ad794c7c9306 (patch) | |
tree | dcdfe5f39e5692877b881713649476fcf4d3f0c2 /README.md | |
parent | b5775083a1fe12b3393789ad6b4ea67c67112558 (diff) |
Rename postload.sh to postactivate.sh.
This is closer to the virtualenvwrapper naming.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ When `workon` is called, venvs are created or loaded from the 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 -automatically sourced after the venv is loaded. This is useful +## Post-activate script +If the file `$HOME/.venvs/<venv>/postactivate.sh` exists, it is +automatically sourced after the venv is activated. This is useful to export environment variable such as `DJANGO_SETTINGS_MODULE`. ## Why bother using this |