You can add in your login script (on the end) command like:
export PATH=/home/my/directory/bin:$PATH
Or you can use absolute path to `wget`
/home/my/directory/bin/wget
You can add in your login script (on the end) command like:
export PATH=/home/my/directory/bin:$PATH
Or you can use absolute path to `wget`
/home/my/directory/bin/wget