🕸️
Cyberdrop-DL
  • Welcome!
  • Quick Start
    • Python Install - Linux
    • Python Install - Mac
    • Python Install - Windows
    • Cyberdrop-DL Install - Easy
    • Cyberdrop-DL Install - Advanced
  • Transition from V4 to V5
  • Frequently Asked Questions
  • Reference
    • Supported Websites
    • Configuration Options
      • Authentication
      • Settings
      • Global Settings
    • CLI Arguments
Powered by GitBook
On this page
  1. Quick Start

Python Install - Linux

Here's the gist on how to handle python on Linux

You can easily check if you have python installed by running this command in terminal:

python3 --version

If you get an error instead of a version number, try doing it simply as python --version

If you see a version that is 3.11 or newer, you're set!

If you see a version number that is below 3.11, you'll need to update it.

If you still receive an error, you'll need to install it.

As for updating or installing python, there are too many different versions of Linux for me to include all the possible ways here. It would be best for you to google your version of linux and how to install (or update) python.

Last updated 1 year ago