- Copy
inveandinve.bat(for Windows) into a destination on your$PATH. - Append
.bashrcto your~/.bashrc.
virtualenv [env]
inve [env]
env - name of the virtualenv environment (default: .env)
I was persuaded by Michael Lamb's gist
Virtualenv's bin/activate is Doing It Wrong and I decided to implement
most of his suggestsions with a few simplifications and extensions.
Notably, I assumed a default virtual environment called .env so that I can
just write inve (similar to workon from virtualenvwrapper).
Revision 4