In the scripts ddirectory of my dummy project I have created this file without extension and has given executable permission using chmod +x filterList
#!/bin/env python
print "Hello World!"
'python ~/Development/python/listFilter/python/filterList.py $1 $2'
but still when I run this i get error message saying
$ filterList
-bash: filterList: command not found
can anyone help me out with this? I also want to be able to run this from any location of my terminal .