Skip to content

Instantly share code, notes, and snippets.

@livcarman
Last active December 19, 2023 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save livcarman/ee2520d2bb12dc0a2182f58be341855e to your computer and use it in GitHub Desktop.
Save livcarman/ee2520d2bb12dc0a2182f58be341855e to your computer and use it in GitHub Desktop.
Python build requirements (Debian/Ubuntu)
sudo apt-get install -y \
build-essential \
curl \
git \
libbz2-dev \
libgdbm-dev \
libffi-dev \
liblzma-dev \
libncurses5-dev \
libncursesw5-dev \
libreadline-dev \
libssl-dev \
libsqlite3-dev \
llvm \
make \
python3-openssl \
sqlite3 \
tk-dev \
zlib1g-dev \
wget \
xz-utils \
uuid-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment