diff options
Diffstat (limited to '.virtpyenvs/preactivate')
-rwxr-xr-x | .virtpyenvs/preactivate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.virtpyenvs/preactivate b/.virtpyenvs/preactivate new file mode 100755 index 0000000..79d4810 --- /dev/null +++ b/.virtpyenvs/preactivate @@ -0,0 +1,4 @@ +#!/usr/bin/zsh +# This hook is run before every virtualenv is activated. +# argument: environment name + |