daipom commented on issue #3080: URL: https://github.com/apache/arrow-adbc/issues/3080#issuecomment-3034295287
OK! So, this would be preferable for Python. ```console $ mamba create -n test-python --file ci/conda_env_python.txt --file ci/conda_env_cpp.txt --file ci/conda_env_docs.txt ``` We can do `./ci/scripts/cpp_build.sh`, `./ci/scripts/python_typecheck.sh`, `make html`, and so on in this env. To do `./ci/scripts/docs_build.sh`, we need `conda_env_java.txt` additionally. Should this not be considered in building an environment for Python? For now, I will send a PR to update the document to use `mamba create -n test-python --file ci/conda_env_python.txt --file ci/conda_env_cpp.txt --file ci/conda_env_docs.txt`. -- 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]
