mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 01:20:20 +00:00
12 lines
220 B
Bash
12 lines
220 B
Bash
# Install lastest python
|
|
brew install python3
|
|
|
|
# Install specific versions of python
|
|
brew install python@3.12
|
|
brew install python@3.18
|
|
|
|
# Install global python pacakges
|
|
# pip3 install setuptools
|
|
|
|
brew install virtualenv
|