Appearance
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"
brew install [email protected]
Create a virtual env with a specific version of python
python3.9 -m venv "my_env_name"