Description
Virtualenv commands can be run with less manual activation and path handling. This command-line tool helps developers execute project commands inside a chosen Python virtual environment.
It runs arbitrary commands supplied by the user, so the effects are the effects of those commands. Check the selected environment and command line before using it on projects with important files or credentials.