Skip to content

How to remove jackHI

To remove jackHI, use the following commands (based on your adopted installation method).

Removing jackHI after a UV install

Environment-based installation

To uninstall jackHI from your virtual environment, invoke:

uv pip uninstall jackhi ansi-formatting

This removes both jackHI and the ansi-formatting tool that is used to shape the command-line tool logs.

System-wide installation

To remove a system-wide jackHI tool installation, execute:

uv tool uninstall jackhi

This should remove the isolated venv that uv uses to install that tool, and should remove the installed global executable.