반응형
250x250
01-27 22:59
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 디자인 패턴
- dart
- 프로그래머스 레벨2
- 정렬 알고리즘
- datastructure
- 스위프트디자인패턴
- 자료구조
- 프로그래머스 level1
- 정렬알고리즘
- coding test
- Design Pattern
- sort
- programmer
- 정렬
- 프로그래머스 swift
- 코딩테스트
- 다트
- 알고리즘
- Algorithm
- programmers
- 프로그래머스
- 감성에세이
- swift
- 코테
- swift 알고리즘
- swift split
- rxswift
- 스위프트
- 디자인패턴
- swift 코딩테스트
Notice
Recent Posts
Recent Comments
Link
Archives
목록DEV Tips/Mac (1)
Bill Kim's Life...
[Mac] python: command not found 에러 해결 방법
[이슈 내용] 맥에서 터미널에서 python 관련 명령어 실행 시 아래와 같이 에러를 보실 수 있습니다. billkim % python -c 'print('$version_number'+1)' billkim % python: command not found [해결 방법] 해당 이슈를 수정하기 위하여 python3 를 맥에 설치하여 해결하는 방법을 알려드립니다. billkim % brew uninstall python3 billkim % brew install python3 billkim % billkim % python3 --version billkim % Python 3.10.6 위와 같이 기존 python 명령어 대신에 python3 를 설치 후 명령어를 python3로 변경하면 정상적으로 pyhto..
DEV Tips/Mac
2022. 8. 19. 15:00