Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2930#discussion_r245602260
  
    --- Diff: storm-client/pom.xml ---
    @@ -240,6 +240,29 @@
                         </execution>
                     </executions>
                 </plugin>
    +            <plugin>
    +            <groupId>org.codehaus.mojo</groupId>
    +            <artifactId>exec-maven-plugin</artifactId>
    +            <executions>
    +                <execution>
    +                    <configuration>
    +                        <executable>python2.7</executable>
    --- End diff --
    
    Or even better, set the executable name to python2.7 on Linux, and python 
on Windows.


---

Reply via email to