AlenkaF commented on a change in pull request #11505:
URL: https://github.com/apache/arrow/pull/11505#discussion_r745384095
##########
File path: docs/source/developers/python.rst
##########
@@ -344,8 +349,11 @@ Now, build pyarrow:
python setup.py build_ext --inplace
popd
-If you did not build one of the optional components, set the corresponding
-``PYARROW_WITH_$COMPONENT`` environment variable to 0.
+If you did build one of the optional components (in C++), you need to set the
+corresponding ``PYARROW_WITH_$COMPONENT`` environment variable to 1.
+
+If you wish to delete pyarrow build before rebuilding navigate to the
``arrow/python``
+folder and run ``python setup.py clean``.
Review comment:
Adding both possibilities here also?
--
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]