jorisvandenbossche commented on a change in pull request #11505:
URL: https://github.com/apache/arrow/pull/11505#discussion_r745501894
##########
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:
> You mean virtualenv will install the desired Python version for you?
That was my assumption when writing that, but it might be you can only
specify python versions you already have installed? (again, I am not familiar
with virtualenv, so not the best person to know what we should recommend here
:))
--
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]