aboutsummaryrefslogtreecommitdiff
path: root/venvworkon.sh
AgeCommit message (Collapse)Author
2019-07-07 make it run under zshMaximilian Stauss
changed `if [ ... ];` to `if [[ ... ]];` because `if [ "$1" == "." ];` does not work in zsh see: https://unix.stackexchange.com/questions/255480/why-does-behave-differently-inside-in-zsh-and-bash
2017-10-09Added dotenv support.Etenil
2017-10-09Added ability to configure the python version.Etenil
2017-08-18Added shorthand to create/load env with current folder nameGuillaume Pasquet
2017-01-03pyvenv to python3 -m venvBaptiste Darthenay
2017-01-03Expended oneliners.Baptiste Darthenay
2016-12-28Comments and Oneliners.Baptiste Darthenay
2016-12-28Jumps to project directory if exists.Baptiste Darthenay
2016-12-27Rename postload.sh to postactivate.sh.Baptiste Darthenay
This is closer to the virtualenvwrapper naming.
2016-12-27Using WORKON_HOME instead of envroot.Baptiste Darthenay
This improves compatibility with virtualenvwrapper.
2016-12-23Initial commit.Guillaume Pasquet