Sorry for the spam, here is the code we are using in Jenkins to fix the PATH:

REM ShiningPanda has an existing bug (https://issues.jenkins-ci.org/browse/JENKINS-16176) where
REM the delimiter used to add the virtual Python location ton the PATH is ':' and not ';',
REM causing the generated Python paths to be inaccessible. The following corrects the PATH.
echo Correcting path for ShiningPanda bug 16176
for /f "delims=" %%a in ('\cygwin\bin\echo "%PATH%" ^| sed "s/:C:/;C:/"') do @set "PATH=%%a"

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to