index
:
venvworkon
master
A quick and easy python venv (not virtualenv) manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-07
Merge pull request #5 from maxxst/patch-1
HEAD
master
Guillaume
2019-07-07
make it run under zsh
Maximilian Stauss
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
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
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
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
2016-12-27
Using WORKON_HOME instead of envroot.
Baptiste Darthenay
2016-12-23
Initial commit.
Guillaume Pasquet