📚 [Postgresql] The program 'psql' can be found

Category: Postgresql | 📅 February 04, 2015

psql은 Postgresql 의 클라이언트 임.
없으면 설치해줘야 됨.

설치하기

$ sudo apt-get install postgresql-client

postgresql 서버도 설치해야 한다면 ..

sudo apt-get install -y postgresql postgresql-client libpq-dev

🏷️ Tags
  • #Python3  
  • #psql