putty 설치 방법 : https://phoenixnap.com/kb/install-putty-on-mac
putty 설치하기 위해서 macport 단계까지 설치했는데, port not found
에러가 발생했다. 아니 방금 설치했는데 이게 무슨일?!
이건 경로 문제로 간단하게 해결할 수 있다. bash_profile 파일에 경로만 추가해주면 된다.
bash_profile
이 있는지 확인해보기sudo vi ~/.bash_profile
1-1. 파일이 없을 경우에는 만들어주기
touch ~/.bash_profile
export PATH=$PATH:/opt/local/bin
source ~/.bash_profile
Postgresql을 네이버 클라우드에다 붙이려고 putty설치중인데 잘 안된다 흑....