Open pawelgrimm opened 2 years ago
brew install pyenv echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshrc reset pyenv install 3.10.2 // is there a better way of specifying the latest stable version? pyenv global $_