“Installieren Sie Psycopg2 Ubuntu” Code-Antworten

Installieren Sie Psycopg2 Ubuntu

sudo apt-get update -y

sudo apt-get install -y python3-psycopg2
Busy Bison

Installieren Sie Psycopg2

#Use psycopg2-binary instead of psycopg2.

pip install psycopg2-binary
BlueMoon

Installieren Sie Psycopg2

pip3 install psycopg2-binary # for version 3 and up
Spotless Stoat

Installieren Sie PGCLI Linux

$ pip install pgcli

or

$ easy_install pgcli
atem

Ähnliche Antworten wie “Installieren Sie Psycopg2 Ubuntu”

Fragen ähnlich wie “Installieren Sie Psycopg2 Ubuntu”

Weitere verwandte Antworten zu “Installieren Sie Psycopg2 Ubuntu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen