Back to Cosmos

Cosmos Guides

guides/installation_guides/python/linux/README.md

latest620 B
Original Source

Python Installation Guide for Linux

Most Linux Distros come pre-installed with python2, sometimes even python3.

check by

python2 --version

if its not installed, install by

sudo dnf install python2

this also works

sudo apt-get install python2 
sudo apt-get install python3
sudo apt-get install python ...<tab> to see your options

Cosmos Guides

Your personal library of every algorithm and data structure code that you will ever encounter


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>