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 versionFlags
| Flag | Description |
|---|---|
-v, --version | Target a specific Odoo version by name instead of the active one |
Actions
The interactive menu offers:
| Action | Description |
|---|---|
| Activate | Activate the virtualenv in the current shell |
| Reinstall | Reinstall requirements into the existing virtualenv |
| Reinit | Delete and recreate the virtualenv with a Python version picker |
| Rename | Rename the virtualenv |
| Unlink | Remove the virtualenv link from this version |
| Link | Link an existing pyenv virtualenv to this version |
Requires pyenv and pyenv-virtualenv to be installed.