Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hakansakalli/ce4cf450ab94b9d8cb423374760520e1 to your computer and use it in GitHub Desktop.

Select an option

Save hakansakalli/ce4cf450ab94b9d8cb423374760520e1 to your computer and use it in GitHub Desktop.
How to install cqlsh only on Linux?
pip3 install cqlsh==4.1.1
cqlsh --version
# or...
sudo su root
pip install cqlsh==4.1.1
cqlsh --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment