“Instale PSYCOPG2 Ubuntu” Código de respuesta

Instale PSYCOPG2 Ubuntu

sudo apt-get update -y

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

instalar PSYCOPG2

#Use psycopg2-binary instead of psycopg2.

pip install psycopg2-binary
BlueMoon

instalar PSYCOPG2

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

instalar PGCLI Linux

$ pip install pgcli

or

$ easy_install pgcli
atem

Respuestas similares a “Instale PSYCOPG2 Ubuntu”

Preguntas similares a “Instale PSYCOPG2 Ubuntu”

Más respuestas relacionadas con “Instale PSYCOPG2 Ubuntu” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código