Notice
Recent Posts
Recent Comments
Link
목록2025/11/15 (1)
passion and relax
python 설치 및 가상환경 만들기
* homebrew 설치 : 맥의 설치 프로그램을 관리하는 어플- 이미 설치되었는지 확인 : brew --version- 구글 homebrew 검색 > 설치 명령어 복사 > 터미널에서 실행- 설치 확인 : brew --version- 업데이트 : brew update* Python 설치- 설치 확인 : python3 --version . 맥에서 기본적으로 사용하는 python이 보일 것임 (Python 3.9.6) . 넷빈즈에도 이게 보임- brew install python@3.12 (@x.xx는 설치하고자 하는 버전)- 설치 확인 : python3.12 --version- 설치 위치 확인 : which python3* Python의 패키지 설치- pip (파이썬 패키지 설치 관리자) 업데이트 ..
프로그래밍
2025. 11. 15. 13:01
