Skip to content

Instantly share code, notes, and snippets.

View KiranSatyaRaj's full-sized avatar
👨‍💻
Learning

Kiran Satya Raj KiranSatyaRaj

👨‍💻
Learning
View GitHub Profile
@KiranSatyaRaj
KiranSatyaRaj / install_python.md
Last active February 10, 2023 08:07
Installing Python and dependencies

For Debian-based systems

  • Installing essentials
sudo apt update &&
sudo apt install -y build-essential zlib1g-dev libssl-dev libreadline-dev libbz2-dev libsqlite3-dev libffi-dev tk-dev

For Arch-based systems

  • Installing essentials
sudo pacman -Syu