본문 바로가기

728x90
반응형

맥(솔라리스)

(71)
C264x200.fwebp.q85 macOS에서 Python ModuleNotFoundError: No module named 'PIL' 해결하는 방법 macOS에서 Python ModuleNotFoundError: No module named 'PIL' 해결하는 방법테스트 환경$ sw_versProductName: macOSProductVersion: 12.5BuildVersion: 21G72$ python --versionPython 3.9.13Module Not Found ErrormacOS 환경에서 Python 스크립트를 실행할 때 아래와 같은 오류가 발생하는 경우가 있습니다.Traceback (most recent call last): File "/Users/.../convert_image.py", line 2, in from PIL import ImageModuleNotFoundError: No module named 'PIL'이 오..
C264x200.fwebp.q85 macOS에서 Ansible을 설치하는 방법(Homebrew 기준) macOS에서 Ansible을 설치하는 방법테스트 환경운영체제 정보system_profiler SPSoftwareDataType | egrep 'System Version' System Version: macOS 12.5 (21G72)Homebrew를 이용한 Ansible 설치설치 가능 패키지 확인brew search ansible==> Formulaeansible ansible-cmdb ansible-language-server ansible-lint ansible@2.8 ansible@2.9==> Casksansible-dk기본적으로 ansible 최신 버전을 설치하는 것을 권장합니다.특정 레거시 환경이 아니라면 ansible@2.x는 사용하지 않는 것이 좋습니다...
C264x200.fwebp.q85 macOS 버전 정보 확인(command) macOS 버전 정보 확인(command)macOS 버전 확인$ sw_vers -hUsage: sw_vers [-productName|-productVersion|-buildVersion] sw_vers$ sw_versProductName: macOSProductVersion: 12.5BuildVersion: 21G72system_profiler 명령$ system_profiler -hUsage: system_profiler [-listDataTypes] system_profiler [-xml | -json] [-timeout n] [-detailLevel n] system_profiler [-xml | -json] [-timeout n] [dataType1 ... dataTypeN..
C264x200.fwebp.q85 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Mac에서 IPSec VPN(VPN 클라이언트) 구성 Configure MAC Built in Client We will now configure the MAC Built in Client. Step 1 Navigate to the apple icon in the tool bar. Choose System Preferences. Step 2 Navigate to Network Step 3 Go to Add button and then select interface tab will appear. Step 4 Select Interface as VPN, VPN Type as Cisco IPSec, and enter the Service Name to match the Tunnel name that was c..
C264x200.fwebp.q85 vscode 단축키(keyboard shortcuts) vscode 단축키(keyboard shortcuts) macOS Windows macos : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf windows : https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf 참고URL - https://code.visualstudio.com/docs/getstarted/keybindings - https://mansu.tistory.com/46?category=850460
C264x200.fwebp.q85 애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 애플 맥북 실리콘 M1에서 도커 컨테이너 실행 시 오류 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 해당 오류는 이미지 플랫폼이 호스트 플랫폼과 일치하지 않을 때 발생합니다. 예를 들어, linux/amd64 플랫폼의 이미지를 linux/arm64/v8 플랫폼의 호스트에서 실행하려고 할 때 이 오류가 발생할 수 있습니다. 이 문제를 해결하기 위해 다음 중 하나를 시도할 수 있습니다. 1. 호스트 플랫폼과 일치하는 이미지 사용: 호스트의 플랫폼에 맞는 이미지를 사용해야 합니다. 예를 들어, linu..
C264x200.fwebp.q85 macOS에서 Brew 패키지 매니저를 사용하여 JAVA 11을 설치하는 방법 macOS에서 Brew 패키지 매니저를 사용하여 JAVA 11을 설치하는 방법 Homebrew가 설치되어 있는지 확인 brew --version Homebrew가 설치되어 있지 않다면, Homebrew를 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Zulu JDK 11 설치 brew tap mdogan/zulu > brew tap mdogan/zulu ==> Tapping mdogan/zulu Cloning into '/opt/homebrew/Library/Taps/mdogan/homebrew-zulu'... remote: Enumerating objects: 530, do..
C264x200.fwebp.q85 Mac Spring Boot 프로젝트 생성(vscode) Spring Boot 프로젝트 생성(vscode)JAVA PATH 설정(for MAC)$ vim .zshrcexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Homeexport PATH=$PATH:$JAVA_HOME/bin$ source ~/.zshrcecho $JAVA_HOME/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Homevscode JAVA HOME 설정(for MAC)Command + , > 검색창에서 "javahome" 검색 > settings.json에서 편집 "JAVA_HOME" : "/Library/Java/JavaVirtualMac..

728x90
반응형