I wrote a post commit script in python, \"c:\\myfolder\\myscript.py\". I want to invoke it from the post-commit script. This doesn\'t find it:
#!/bin/s
Adding the following, the path to my python interpreter, as the first line of my python script worked:
#!C:/apps/Python25/python
Are there better ways?