skip to content
ccdocs

cc venv

Interactive TUI for managing the pyenv virtualenv linked to an Odoo version.

Usage

cc venv            # manage the active version's virtualenv
cc venv -v 19      # target a specific version

Flags

FlagDescription
-v, --versionTarget a specific Odoo version by name instead of the active one

Actions

The interactive menu offers:

ActionDescription
ActivateActivate the virtualenv in the current shell
ReinstallReinstall requirements into the existing virtualenv
ReinitDelete and recreate the virtualenv with a Python version picker
RenameRename the virtualenv
UnlinkRemove the virtualenv link from this version
LinkLink an existing pyenv virtualenv to this version

Requires pyenv and pyenv-virtualenv to be installed.

On this page