[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Modifying Erik's script for Windows

From: André Pönitz <andre_at_wasy.de>
Date: 2005-05-31 17:17:12 CEST

> I would like to modify this script according. 
> I realize I need to change the path to Python
> [...]
 
#!c:\Python23

This won't help, as Windows does not honor the 'she-bang line'
in scripts at all.

You'd probably could change the script extension to e.g. .py
and associate the python intepreter with this extension, or
you could have a .bat file calling the python interpreter with
the script name as parameter.

Regards,
Andre'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 17:19:36 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.