I am using the Bash on Ubuntu on Windows, the way to run bash on Windows 10. I have the Creators update installed and the Ubuntu version is 16.04.
I was playing rece
You should be able to simply set the executable directory to your PATH. Use export to persist.
Command: export PATH=$PATH:/path/to/directory/executable/is/located/in