Python 3.11 is 1.25 times faster than Python 3.10.
https://www.python.org/downloads/release/python-3110/
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 110
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 100
sudo update-alternatives --config python3
sudo apt-get install python3.11-dev
`cmake` does not support Python 3.11 yet.
'Tools' 카테고리의 다른 글
github 명령어 사용 (0) | 2023.11.13 |
---|---|
PDF dark mode (0) | 2022.04.11 |
PBS - Workload manager (0) | 2022.03.13 |
Methylcheck (0) | 2022.01.20 |
Methylprep (0) | 2022.01.19 |
댓글