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 | 31 |
Tags
- gettext_windows
- Python
- coursera
- andrew ng
- internationalization
- 현지화
- 국제화
- gettext
- AI
- localization
- docker
- I18N
- deeplearning.ai
Archives
- Today
- Total
JMANI
python version change in ubuntu: 우분투에서 파이썬 버전 변경하기 본문
- 파이썬 3.7 설치 및 path 변경
apt install python3.7
update-alternatives --install /usr/bin/python python /usr/bin/python3.7 0
update-alternatives --install <실행파일 위치> <이름> <실제 연결할 실행파일 위치> <우선순위>
- 파이썬 버전 확인
python -V
<or>
python --version
Comments