print("Hello world!")
$ bash Miniconda-latest-*.sh
$ bash Miniconda-latest-Linux-x86_64.sh
$ brew update $ brew install pyenv Post installation for your shell $ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc $ echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc $ echo 'eval "$(pyenv init - zsh)"' >> ~/.zshrc
$ brew update $ 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)"' >> ~/.zshrc
$ curl -fsSL https://pyenv.run | bash $ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc $ echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc $ echo 'eval "$(pyenv init - bash)"' >> ~/.bashrc
Mac/Linux $ curl -LsSf https://astral.sh/uv/install.sh | sh Windows $ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
$ curl -LsSf https://astral.sh/uv/install.sh | sh
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
┏━━┓ ┃ x┃ ┌─┐ ┌─┐ ┡━━┩ │8│ * │9│ → │72│ └─┘ └─┘ └──┘