sashahart / vex

Run a command in the named virtualenv.
MIT License
372 stars 26 forks source link

Vex can now be called as a module #51

Closed brianbruggeman closed 5 years ago

brianbruggeman commented 7 years ago

I found this to be really valuable when testing.

$ python -m vex ....
sashahart commented 5 years ago

vex is a command line utility. No reason for "python -m vex" when "vex" does the same thing.