사이드 프로젝트를 진행하면서 세팅하던중에 서버에 접속하기 위해 PuTTY프로그램이 필요했는제 macOS환경에서는 프로그램다운로드가 지원이 되지 않아서 작성했습니다.
저는 Monterey 12.3.1버전을 쓰고 있습니다.
1.homebrew에 Mac PuTTY 설치
brew install putty
를 입력하고 설치를 진행합니다.2.macport설치
macport 다운로드 접속 후 자신의 버전에 맞는 macport를 다운로드 합니다.
3.설치 완료 후 터미널에 sudo port -v selfupdate
명령어를 입력합니다.
sudo port install putty
명령을 입력합니다.5.마지막에 이렇게 뜬다면 두 명령어를 복붙하여 입력해줍니다.
python39 has the following notes:
To make this the default Python or Python 3 (i.e., the version run by the
'python' or 'python3' commands), run one or both of:
sudo port select --set python python39 <-
sudo port select --set python3 python39 <-
다시 터미널을 열어서 putty를 입력해보면 다음과 같이 잘 실행됨을 알수 있습니다.
덕분에 수월하게 설치하였습니다. 감사합니다