Skip to content

Instantly share code, notes, and snippets.

View ddxv's full-sized avatar
🚀

James O'Claire ddxv

🚀
View GitHub Profile
@ddxv
ddxv / python_installation_instructions.md
Last active February 21, 2024 13:19
Install Python3.12 on Ubuntu 20+ and 23.10

Prep - Linux (mainly for new servers)

You may need a C compiler if you haven’t yet downloaded: sudo apt update && sudo apt install build-essential

Ubuntu 22.04 / older

sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev pkg-config make -y

Ubuntu 23.10

sudo apt install libpq-dev