sudo: port: command not found 해결하기

hodu·2023년 1월 7일
0

putty 설치 방법 : https://phoenixnap.com/kb/install-putty-on-mac

putty 설치하기 위해서 macport 단계까지 설치했는데, port not found 에러가 발생했다. 아니 방금 설치했는데 이게 무슨일?!

이건 경로 문제로 간단하게 해결할 수 있다. bash_profile 파일에 경로만 추가해주면 된다.

  1. bash_profile이 있는지 확인해보기
sudo vi ~/.bash_profile

1-1. 파일이 없을 경우에는 만들어주기

touch ~/.bash_profile
  1. 파일에 내용 추가하기
export PATH=$PATH:/opt/local/bin
  1. 수정한 파일 다시 로드하기
source ~/.bash_profile

Postgresql을 네이버 클라우드에다 붙이려고 putty설치중인데 잘 안된다 흑....

profile
안녕 세계!

0개의 댓글