Skip to content

How to remove jackHI

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

Removing jackHI after a environment-based installation

To uninstall jackHI from your virtual environment, invoke:

uv pip uninstall jackhi
pip uninstall jackhi -y
pip uninstall jackhi pytest iniconfig pluggy pygments -y

This removes the jackHI package and its associated helper packages (hi_plot and ansi_formatting).

Removing jackHI after a 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.

Info

Installation as a system-wide tool is (at this moment) only supported when using the UV Python package manager.