was following this tutorial when i came across something unusual.
Look in your home directory for .bash_profile file. Look for a line that sets the PATH environment variable and add the full path to the tools/ directory to it. If you don’t see a line setting the path, you can add one:
export PATH=${PATH}:/tools
You can create the .bash_profile if you haven’t already set one up on your machine.