Changed:
vox activate
will now prepend the absolute path of the virtualenvbin/
directory (orScripts/
on Windows) to$PATH
; before this was a relative path.
Fixed:
- "lou carcolh" example and description of
endidx
in completer tutorial - Logical operators in aliases are now executed as expected, e.g.
aliases['echocat'] = 'echo "hi" and echo "there"'
will, when run, return
hi
there
Authors:
- Gil Forsyth
- con-f-use
- Caleb Hattingh