본문 바로가기

hacking or software engineering skills/etc

postgre sql 설치 및 버튼 (콘솔 나가기)

반응형

E: Unable to locate package python-pip 이런 에러가 나면서 설치가 안된다..

 

python-pip is in the universe repositories, therefore use the steps below:

sudo apt-get install software-properties-common

sudo apt-add-repository universe

sudo apt-get update

sudo apt-get install python-pip

 

exit, exit(), 컨트롤 + c 다 안 먹힘. \q이다!!

post gre sql 나가기 : \q 입력

docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_extrnl_pstgrs.html#cmig_topic_5_6

 

Install and Configure PostgreSQL for Cloudera Software | 6.3.x | Cloudera Documentation

Note: If you are making changes to an existing database, make sure to stop any services that use the database before continuing. By default, PostgreSQL only accepts connections on the loopback interface. You must reconfigure PostgreSQL to accept connection

docs.cloudera.com

blog.naver.com/PostView.nhn?blogId=joonzzang90&logNo=221069890428&categoryNo=29&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView

 

Ubuntu에서 Python pip 설치 불가

우분투에서 파이썬을 설치할 때아래와 같이 커맨드를 입력하게 되는데sudo apt-get install python3sudo ap...

blog.naver.com

scmoon119.tistory.com/128

 

postgres sql psql console 종료하는 법.

sudo -u postgres psql 로 우분투에서 DB 를 실행한 후에 psql DB 커맨드 라인이 뜨면 무슨 짓을 해도 psql console 종료하지 않는다. exit 인가? exit() 인가 quit 인가? \q 였다. 이런 삽질.

scmoon119.tistory.com

 

반응형