Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-07 | Merge pull request #5 from maxxst/patch-1HEADmaster | Guillaume | |
Make script run under zsh | |||
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 | Merge branch 'master' of github.com:Etenil/venvworkon | Guillaume Pasquet | |
2017-08-18 | Added shorthand to create/load env with current folder name | Guillaume Pasquet | |
2017-07-06 | Merge pull request #4 from Etenil/add-license-1 | Guillaume | |
Create LICENSE | |||
2017-07-06 | Create LICENSE | Guillaume | |
2017-07-06 | Fix incorrect documentation about where venvs are created | Guillaume Pasquet | |
2017-01-03 | Merge pull request #3 from batisteo/no-oneliners | Guillaume | |
\o/ Death to one-liners! | |||
2017-01-03 | pyvenv to python3 -m venv | Baptiste Darthenay | |
2017-01-03 | Expended oneliners. | Baptiste Darthenay | |
2016-12-28 | Merge pull request #1 from batisteo/virtualenv-envvar | Guillaume | |
Using WORKON_HOMEĀ and rename postload.sh | |||
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 | |