mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 17:40:19 +00:00
update dotfiles 11.2024
This commit is contained in:
11
install/python.sh
Normal file
11
install/python.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user