env [--init/--create/--forget] --create-python-env [--latest ] ==================================================================== This command returns a string that - when sourced - activates the environment. Arguments: --create -------- Creates a new project directory in the global projects directory. Also creates a new Dodo Commands environment in the global environments directory. --init ------ Creates a new Dodo Commands environment in the global environments directory. The current directory is taken as the project directory in this environment. --forget -------- Removes from the global environments directory --create-python-env ------------------- Create a new Python virtual environment inside the project directory. --use-python-env= ----------------------- Register the existing Python virtual environment inside the Dodo Commands environment. --latest -------- Activates the latest used environment ------ Name of the environment. If ``-`` is used then the previously used environment is activated.