Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-07 | make it run under zsh | Maximilian 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-09 | Added dotenv support. | Etenil | |
2017-10-09 | Added ability to configure the python version. | Etenil | |
2017-08-18 | Added shorthand to create/load env with current folder name | Guillaume Pasquet | |
2017-01-03 | pyvenv to python3 -m venv | Baptiste Darthenay | |
2017-01-03 | Expended oneliners. | Baptiste Darthenay | |
2016-12-28 | Comments and Oneliners. | Baptiste Darthenay | |
2016-12-28 | Jumps to project directory if exists. | Baptiste Darthenay | |
2016-12-27 | Rename postload.sh to postactivate.sh. | Baptiste Darthenay | |
This is closer to the virtualenvwrapper naming. | |||
2016-12-27 | Using WORKON_HOME instead of envroot. | Baptiste Darthenay | |
This improves compatibility with virtualenvwrapper. | |||
2016-12-23 | Initial commit. | Guillaume Pasquet | |