[ https://issues.apache.org/jira/browse/ARROW-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414090#comment-16414090 ]
ASF GitHub Bot commented on ARROW-2353: --------------------------------------- pitrou commented on a change in pull request #1793: ARROW-2353: [CI] Check correctness of built wheel on AppVeyor URL: https://github.com/apache/arrow/pull/1793#discussion_r177153858 ########## File path: ci/msvc-build.bat ########## @@ -103,12 +103,12 @@ cmake -G "%GENERATOR%" ^ cmake --build . --target install --config %CONFIGURATION% || exit /B @rem Needed so python-test.exe works -set OLD_PYTHONPATH=%PYTHONPATH% -set PYTHONPATH=%CONDA_PREFIX%\Lib;%CONDA_PREFIX%\Lib\site-packages;%CONDA_PREFIX%\python35.zip;%CONDA_PREFIX%\DLLs;%CONDA_PREFIX%;%PYTHONPATH% +set OLD_PYTHONHOME=%PYTHONHOME% +set PYTHONHOME=%CONDA_PREFIX% Review comment: @wesm This can also be done in `python-test.exe` instead. Which one do you prefer? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Test correctness of built wheel on AppVeyor > ------------------------------------------- > > Key: ARROW-2353 > URL: https://issues.apache.org/jira/browse/ARROW-2353 > Project: Apache Arrow > Issue Type: Task > Components: Continuous Integration, Python > Reporter: Antoine Pitrou > Assignee: Antoine Pitrou > Priority: Major > Labels: pull-request-available > -- This message was sent by Atlassian JIRA (v7.6.3#76005)