dotfiles/vscode/.vscode/extensions/ms-python.python-2024.10.0-darwin-arm64/resources/walkthrough/install-python-macos.md
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

505 B

Install Python on macOS

If you have Homebrew installed, you can install Python by running the following command in the terminal (Ctrl + Shift + `):

brew install python3

If you don't have Homebrew, you can download a Python installer for macOS from python.org.

To verify if Python was successfully installed, run the following command in the terminal:

python3 --version