Onionshare-CLI cannot source Profile

Hi I am trying to host onionshare-cli in a vps, but I get this issue.

WARNING: The script unidecode is installed in ‘/home/onionshare/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script normalizer is installed in ‘/home/onionshare/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script flask is installed in ‘/home/onionshare/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script onionshare-cli is installed in ‘/home/onionshare/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Any advice on how I can remedy this
I am not clear on how to add it to path

I am trying
“…profile” to source Onionshare profile
But it is not being recognized as a valid command

1 Like

I added this append to

printf “PATH=$PATH:~/.local/bin\n” >> ~/.${SHELL##/}rc
. ~/.${SHELL##
/}rc

$HOME/.bashrc
$HOME/.profile

Still not recognised

1 Like