Problem with linting for Lisp lang

What happens

Hi! I’m trying to install necessary dependencies to make linting to Lisp with this pckg (https://github.com/cxxxr/sblint), however, although I don’t have installations problems when i tried execute $ sblint in the project directory as the author sugest, I got a error that say that sblint wasn’t found

What do you understand or find about that problem

I think the environment variables are not being installed correctly. or I am not correctly understanding the steps to run sblint

You make any workaround? What did you do?

I tried several things, installation in virtual machine and also in a full installation for Ubuntu but it doesn’t work.
My editor in this moment VScode and clisp is the compiler

Evidences

SBLINT installation

Result for sblint
image

I need help with

The steps to carry out the linting for Lisp or other recommended package to make linting

This work perfect!, in my case I had to execute sblint as root but this is the solution.
Thanks!!