I have a script I want to be available globally. I\'ve started it with the standard hashbang:
#! /usr/bin/env python
And linked it into the
In case you are using windows, you can include the following line in the top of python file.
#! P:\Workspace\pythontut\Scripts python