Pig returns error [Error 193] %1 is not a valid Win32 application while running on windows version of sublime text
So I mad these changes in run_pig.py
if os.name == 'nt':
pig_binary = os.path.join(pig_home, 'bin', 'pig.cmd')
else:
pig_binary = os.path.join(pig_home, 'bin', 'pig')
I used Extract Sublime Package to unpack the pack files and made these changes in it.
@chrislongo