Try the link ,
"ln -s /path/where/command/is stored/ /to/path/where u want to exec/"
Sometimes a program is stored in usr/local/bin/program , meanwhile by default you run in usr/bin/program
And then in the shell use the new path that you set.
Example for a link, suppose if you have a path to a command,
/usr/bin/powerbi , then using the command above you can bind the new path usr/powerbi , after which you can use the new path in the exec or shell command.
source share