crew ai

설치하기

brew install python@3.10

설치 진행하면 다음의 메세지가 뜰겁니다

Python은 다음과 같이 설치되었습니다
/opt/homebrew/bin/python 3.10

python, python3, python-config, python3-config, pip, pip3, pip3 등을 가리키는 미전환 및 메이저 버전의 심볼링크
'python 3.10', 'python 3.10-config', 'pip3.10' 등이 각각 설치되었습니다
/opt/homebrew/opt/python@3.10/libexec/bin

Python 패키지는 다음과 같이 설치할 수 있습니다
pip3.10 install <package>
그들은 사이트 패키지 디렉토리에 설치할 것입니다
/opt/homebrew/lib/python 3.10/site-packages

tkinter는 더 이상 이 수식에 포함되지 않지만 별도로 사용할 수 있습니다:
brew install python-tk@3.10

특정 버전의 파이썬이 필요하지 않고 항상 PATH에 홈브루의 'python3'를 원하는 경우:
brew install python3

참조: https://docs.brew.sh/Homebrew-and-Python

내용은 즉 사용할 때 pip3.10 와 같이 뒤에 버전을 붙여서 사용하라 입니다.

pip install