arrow icon indicating copy to clipboard operation
arrow copied to clipboard

ARROW-17891: [Docs][Python] Update and sync Win section of the developers/python page

Open AlenkaF opened this issue 3 years ago • 2 comments

This PR updates Windows section of the Python Development page. Main changes:

  • use Python 3.10 (also in instructions for Linux/MacOs)
  • definition of PATH not needed as Python doesn't search in PATH for dlls anymore (3.8 +)
  • use CONDA_PREFIX to define ARROW_HOME as in other parts of the docs
  • remove Running C++ unit tests for Python integration section (C++ unit tests are part of pytest-based test module as of https://github.com/apache/arrow/pull/14117)

cc @wjones127 @jorisvandenbossche

AlenkaF avatar Oct 08 '22 05:10 AlenkaF

https://issues.apache.org/jira/browse/ARROW-17891

github-actions[bot] avatar Oct 08 '22 05:10 github-actions[bot]

:warning: Ticket has not been started in JIRA, please click 'Start Progress'.

github-actions[bot] avatar Oct 08 '22 05:10 github-actions[bot]

@jorisvandenbossche I think this changes would be good to have in 10.0.0. You think it is ready to get merged with ARROW_HOME=%CONDA_PREFIX% before the branch freeze?

AlenkaF avatar Oct 17 '22 06:10 AlenkaF

Thanks!

jorisvandenbossche avatar Oct 19 '22 07:10 jorisvandenbossche