[
https://issues.apache.org/jira/browse/ARROW-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317248#comment-16317248
]
ASF GitHub Bot commented on ARROW-1977:
---------------------------------------
wesm commented on a change in pull request #1466: ARROW-1977: [C++] Update
windows dev docs
URL: https://github.com/apache/arrow/pull/1466#discussion_r160274564
##########
File path: cpp/apidoc/Windows.md
##########
@@ -41,7 +41,7 @@ conda config --add channels conda-forge
Now, you can bootstrap a build environment
```shell
-conda create -n arrow-dev cmake git boost-cpp flatbuffers rapidjson cmake
thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge
+conda create -n arrow-dev python=3 cmake git boost-cpp flatbuffers rapidjson
cmake thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge
Review comment:
Which dependency was causing Python to get installed? At least when these
docs were written, none of these libraries had a Python dependency
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [C++] Update windows dev docs
> -----------------------------
>
> Key: ARROW-1977
> URL: https://issues.apache.org/jira/browse/ARROW-1977
> Project: Apache Arrow
> Issue Type: Improvement
> Reporter: Chris Bartak
> Priority: Minor
> Labels: pull-request-available
>
> I'll submit a PR
> - specify python3 in conda env otherwise some `vc9` packages get picked up
> - use %CONDA_PREFIX% in defining env
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)