pipx
is a command-line tool that allows you to run Python applications in isolated environments. It's a great way to make VisiData available across your system without worrying that its dependencies will conflict with other Python projects. This short guide will show you how.
If you have have previously VisiData installed globally, uninstall it by running pip3 uninstall visidata
.
Otherwise, you can skip this step.