250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 파이썬 #업무자동화 #python
- DeepLearning
- YOLOv5
- 업무자동화
- pythonnet
- pypdf2
- YOLOv7
- pdf merge
- computervision
- Google API
- ironpython
- 사무자동화
- 사무자동화 #Selenium
- processstart
- pyautogui
- Text To Speech
- yolo
- google cloud
- objectdetection
- Text-to-Speech
Archives
- Today
- Total
Doarchive
Uninstall Python On Mac 맥 OS 에서 파이썬 삭제하는 방법 본문
맥 OS 에서 파이썬 삭제하는 방법
Python 2.7하고 Python 3.8은 지우지 말것 ( 2.7 맥 기본설치 / 3.8 xcode 기본설치 ) 2021년 3월 기준임
1. Mac applications 탭에서 파이썬 삭제
2. Mac applications 탭에서 삭제 할수 없는 파이썬의 경우
2-1. 설치된 파이썬 버전 전체 확인 % python3 -v
파이썬 버전별 경로를 파악할 것
2-2 Python.framework 검색
2-3 버전별 파이썬이 설치된 위치에 가서 (터미널 창에서 확인 한 것 )
open /usr/local/bin
파이썬 관련 항목들을 지울것
728x90
'Mobile > iOS' 카테고리의 다른 글
[objective C ] NS Date 사용하기 (0) | 2021.08.26 |
---|---|
iOS 앱에서 Bluetooth/BLE 를 사용 하기위한 권한 설정 (0) | 2021.08.05 |
Framework 관련 에러 can not find resource (0) | 2021.01.25 |
converter Data to String (0) | 2020.12.15 |
[ObjectiveC] Converter Data to String NSData 를 NSString으로 변환 (0) | 2020.11.24 |