mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-12-08 20:28:56 +00:00
12 lines
219 B
Bash
12 lines
219 B
Bash
# Install lastest python
|
|
brew install python3
|
|
|
|
# Install specific versions of python
|
|
brew install python@3.8
|
|
brew install python@3.13
|
|
|
|
# Install global python pacakges
|
|
# pip3 install setuptools
|
|
|
|
brew install virtualenv
|