Skip to content

Commit e539e6c

Browse files
authored
Merge pull request #205097 from iriaosara/cqlshupdate
Cqlshupdate
2 parents 0713dc4 + 230f127 commit e539e6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/cassandra/cassandra-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ You can connect to the Cassandra API in Azure Cosmos DB by using the CQLSH insta
249249

250250
<!-- If using windows, we recommend you enable the [Windows filesystem for Linux](/windows/wsl/install-win10#install-the-windows-subsystem-for-linux). You can then follow the linux commands below. -->
251251

252-
1. Install [Python 2.7](https://www.python.org/downloads/release/python-2718/)
253-
1. Select the Windows x86-64 MSI installer version
252+
1. Install [Python 3](https://www.python.org/downloads/windows/)
254253
1. Install PIP
255254
1. Before install PIP, download the get-pip.py file.
256255
1. Launch a command prompt if it isn't already open. To do so, open the Windows search bar, type cmd and select the icon.
@@ -267,10 +266,11 @@ python get-pip.py
267266
```bash
268267
pip3 install cqlsh==5.0.3
269268
```
270-
1. Run the [CQLSH using the authentication mechanism](manage-data-cqlsh.md#update-your-connection-string).
269+
4. Install [Python 2](https://www.python.org/downloads/windows/)
270+
5. Run the [CQLSH using the authentication mechanism](manage-data-cqlsh.md#update-your-connection-string).
271271

272272
> [!NOTE]
273-
> You would need to set the environment variables to point to the Python27 folder.
273+
> You would need to set the environment variables to point to the Python 2 folder.
274274

275275
**Install on Unix/Linux/Mac:**
276276

0 commit comments

Comments
 (0)