arrow
arrow copied to clipboard
ARROW-17891: [Docs][Python] Update and sync Win section of the developers/python page
This PR updates Windows section of the Python Development page. Main changes:
- use Python 3.10 (also in instructions for Linux/MacOs)
- definition of
PATHnot needed as Python doesn't search inPATHfor dlls anymore (3.8 +) - use
CONDA_PREFIXto defineARROW_HOMEas 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
https://issues.apache.org/jira/browse/ARROW-17891
:warning: Ticket has not been started in JIRA, please click 'Start Progress'.
@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?
Thanks!