“comando psql não encontrado” Respostas de código

PS não encontrado

RUN apt-get update && apt-get install -y procps
Grotesque Gentoo

comando apt-add-repositório não encontrado

sudo apt-get install software-properties-common
sudo apt-get update
never tell me 'never tell me the odds'

comando psql não encontrado

export PATH=/Library/PostgreSQL/9.5/bin:$PATH
Doctor Strange

comando psql não encontrado janelas

Assuming you installed PostgreSQL on Windows with the PostgreSQL "One-click" installer packaged by EnterpriseDB, psql is not added to the PATH automatically. That's partly because adding it to the path could otherwise cause confusion when people have multiple versions of PostgreSQL installed.

You need to specify the full explicit path to psql, eg:

"%PROGRAMFILES%\Postgresql\9.2\bin\psql.exe"
or add psql to the user PATH environment variable, see eg this guide.
Santino

Respostas semelhantes a “comando psql não encontrado”

Perguntas semelhantes a “comando psql não encontrado”

Procure respostas de código populares por idioma

Procurar outros idiomas de código