jorisvandenbossche commented on a change in pull request #11505:
URL: https://github.com/apache/arrow/pull/11505#discussion_r744901329
##########
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:
(disclaimer: I am not very familiar with those tools, never use them
myself)
I think virtualenv additionally allows to create an environment with a
different python version? (in which case it might still be useful to use it
here in the example)
--
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]