Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions modules/quickstarts/pages/cqlsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ For more information about CQL for {astra-db}, see xref:astra-db-serverless:cql:
[#prerequisites]
== Prerequisites

The `cqlsh` commands require one of the following supported versions of Python with SSL/TLS:
The `cqlsh` commands require Python 3.8 to 3.11.

* Python 3.6 to 3.11
* Python 2.7.12 or later

All other versions aren't supported.

Any supported Python version must be installed on your system _and_ available in your system's `PATH` for the {product} to use it with the `cqlsh` commands.
The supported Python version must be installed on your system _and_ available in your system's `PATH` for the {product} to use it with the `cqlsh` commands.
This version doesn't need to be your system's default Python version as long as it's available in the `PATH`.

=== Troubleshoot ModuleNotFoundError and Python installation errors
Expand Down