install python on Linux Mint 21

1. Simple Python version management

https://github.com/pyenv/pyenv

2. Install pyenv

curl https://pyenv.run | bash

3. Use pyenv

pyenv versions

pyenv install 3.11.1

pyenv global 3.11.1


Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)