“Nie znaleziono polecenia PSQL” Kod odpowiedzi

PS nie znaleziono

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

Nie znaleziono polecenia apt-add-repozytorium

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

Nie znaleziono polecenia PSQL

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

Polecenie PSQL nie znaleziono systemu Windows

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

Odpowiedzi podobne do “Nie znaleziono polecenia PSQL”

Pytania podobne do “Nie znaleziono polecenia PSQL”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu