Install
Debian
apt update
apt install python3 python3-venv python3-pipMacOS
brew install python3pyenv
brew install pyenv
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(pyenv init - zsh)"' >> ~/.zshrcpyenv install 3.9.16
pyenv install 2.7.18
...Last updated