-
Ubuntu 20.04 python 3.11 upgrade 하기python 2023. 3. 21. 16:54
1. 우분투에 이미 python 3.8 이 설치 되어 있음.
python3 -V
2. 사이트 참조하여 3.8 --> 3.11 로 upgrade 함.
https://www.debugpoint.com/install-python-3-11-ubuntu/
How to Install Python 3.11 in Ubuntu and Other Related Linux
Step-by-step guide on installing the latest Python 3.11 in Ubuntu 22.04 LTS and related distros, with instructions to set default.
www.debugpoint.com
3. pip 설치하기 로그 Off 후 다시 로그인 함.
: PATH 로 인한 설치 error 방지하기 위함.
sudo curl -sS https://bootstrap.pypa.io/get-pip.py | python3.11
pip3 --version
'python' 카테고리의 다른 글
[Linux]matplotlib 에서 한글 깨짐 현상 (0) 2023.04.13 numpy 배열 중요 특징 및 Indexing (0) 2023.03.25 Python 에서 결측값(Missing Value)이란? (0) 2023.03.04 numpy slice 색인 접근 문법 (1) 2023.03.04 anaconda + VS code 개발환경 #1 (0) 2023.02.18