Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
I tried this:
archery docker run -e PYTHON=3.6 conda-python
And after the Docker image was built, running it failed with:
+ pushd /arrow/python /arrow/python / ++ realpath --relative-to=. /build/python + relative_build_dir=../../build/python + 3.6 setup.py build --build-base /build/python install --single-version-externally-managed --record ../../build/python/record.txt /arrow/ci/scripts/python_build.sh: line 50: 3.6: command not found
Yet the comments in the docker-compose.yml say:
conda-python: # Usage: # docker-compose build conda-cpp # docker-compose build conda-python # docker-compose run --rm conda-python # Parameters: # ARCH: amd64, arm32v7 # PYTHON: 3.6, 3.7, 3.8