The package manager for Amazon Linux 2023 servers.
sudo dnf install postgresql15
Installing python
- sudo dnf install python
Installing psycopg2
- sudo dnf install postgresql15 gcc python3-devel postgresql-devel
- pip install psycopg2
The package manager for Amazon Linux 2023 servers.
sudo dnf install postgresql15
sudo dnf install pythonsudo dnf install postgresql15 gcc python3-devel postgresql-develpip install psycopg2