Alpine v3.20 comes with Python 3.12. But cqlsh won't work with Python 3.12 until the following issue is resolved.
https://issues.apache.org/jira/browse/CASSANDRA-19206
Compiling Python 3.11.9 from source and installing it on the side. Then creating a venv using that python version.
Revert this change once the issue mentioned above is resolved.
What was changed
Alpine v3.20 comes with Python 3.12. But cqlsh won't work with Python 3.12 until the following issue is resolved. https://issues.apache.org/jira/browse/CASSANDRA-19206 Compiling Python 3.11.9 from source and installing it on the side. Then creating a venv using that python version. Revert this change once the issue mentioned above is resolved.
Why?
Checklist
Closes
How was this tested:
Any docs updates needed?