A note about virtualenv.
.zlogin
if [ -f $HOME/.venv ];then workon `cat $HOME/.venv` fi
Now the python project written in .venv will be started automatically when you log in to zsh.
Recommended Posts