CircleCI-Public / cimg-aws

The CircleCI AWS Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/aws
MIT License
2 stars 2 forks source link

`python` is not pre-installed in addition to `python3` #7

Closed cognition9144 closed 1 year ago

cognition9144 commented 1 year ago

While CircleCI's official AWS Orbs use the python binary, there's only a python3 binary in the cimg/aws image, which makes them incompatible by default.

A solution is pre-installing python-is-python3.

JalexChen commented 1 year ago

all new cimgs released after november use python3 and support the python alias since they are built off ubuntu 22.04

edit: apparently i was wrong and the python alias is not supported

cc @CircleCI-Public/orb-publishers might be something to look into. jaryt already has this aliased in the python orb