jorisvandenbossche commented on a change in pull request #11505:
URL: https://github.com/apache/arrow/pull/11505#discussion_r744995855
##########
File path: docs/source/developers/python.rst
##########
@@ -248,8 +243,8 @@ folder as the repositories and a target installation folder:
.. code-block:: shell
- virtualenv pyarrow
- source ./pyarrow/bin/activate
+ virtualenv -p python3.9 pyarrow-dev
Review comment:
But that requires you have python 3.9 installed? (and eg if you install
python from python.org, I think you already are linked to python 3.10 by
default)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]