Skip to content

Python Tutorials

Install Python on macOS

shell
brew install [email protected]

Create a virtual env with a specific version of python

shell
python3.9 -m venv "my_env_name"

Language Learning

Library