Usage

===== Usage =====

After installation and sourcing the script is finished, you can use the venv with a subcommand, or an alias:

venv [-h] [-V] {activate,deactivate,list,make,rm} ...

A utility to manage virtual environments

Subcommands: {activate,deactivate,list,make,rm}

  • activate (aliased to avenv) Activate a venv
  • deactivate (aliased to dvenv) Deactivate a venv
  • list (aliased to lsvenv) List venvs
  • make (aliased to mkvenv) Make a new venv
  • rm (aliased to rmvenv) Remove virtualenvs

options:

-h, --help Show this help message and exit -V, --version Print the version and exit