Skip to content

Pig doesnt run on windows sublime text2/3 #12

@TyrionLanister

Description

@TyrionLanister

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions