Let's say I have this one-liner Python module called say_hello.py.
print 'Hello World'
How can I make a script executable from anywhere in my terminal? That is, it Hello Worldprints outside the Python interpreter anywhere in my system. I work on OS X Mavericks.
user1781186
source
share