Skip to content

Instantly share code, notes, and snippets.

@PraneethKarnena
Created August 2, 2022 17:36
Show Gist options
  • Save PraneethKarnena/d24a638a82ecd4b9dc2c421a10b76424 to your computer and use it in GitHub Desktop.
Save PraneethKarnena/d24a638a82ecd4b9dc2c421a10b76424 to your computer and use it in GitHub Desktop.
psycopg2 Installation on Ubuntu 22.04 LTS
sudo apt-get install libpq5=14.4-0ubuntu0.22.04.1 -y --allow-downgrades
sudo apt-get install libpq-dev python3-dev -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment